Skip to content

Commit e62b3f5

Browse files
committed
okay idk why it wanted to change it last time only to undo it this time
1 parent a0693d9 commit e62b3f5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/test_dns.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,7 @@ def run_test(self):
148148
if num_seeds is not None:
149149
self.assertEqual(len(client._topology_settings.seeds), num_seeds)
150150
if hosts is not None:
151-
wait_until(
152-
lambda: hosts == client.nodes, "match test hosts to client nodes"
153-
)
151+
wait_until(lambda: hosts == client.nodes, "match test hosts to client nodes")
154152
if num_hosts is not None:
155153
wait_until(
156154
lambda: num_hosts == len(client.nodes), "wait to connect to num_hosts"

0 commit comments

Comments
 (0)