Skip to content

Commit 859b116

Browse files
committed
undo extra change
1 parent eccc85a commit 859b116

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

test/asynchronous/test_srv_polling.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,6 @@ def final_callback():
254254
# Nodelist should reflect new valid DNS resolver response.
255255
await self.assert_nodelist_change(response_final, client)
256256

257-
# Close the client early to avoid affecting the next scenario run.
258-
await client.close()
259-
260257
async def test_recover_from_initially_empty_seedlist(self):
261258
def empty_seedlist():
262259
return []

test/test_srv_polling.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,6 @@ def final_callback():
254254
# Nodelist should reflect new valid DNS resolver response.
255255
self.assert_nodelist_change(response_final, client)
256256

257-
# Close the client early to avoid affecting the next scenario run.
258-
client.close()
259-
260257
def test_recover_from_initially_empty_seedlist(self):
261258
def empty_seedlist():
262259
return []

0 commit comments

Comments
 (0)