Skip to content

Commit 6315897

Browse files
updating tests
1 parent 2ea5d99 commit 6315897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests/connections/batch_async/test_async_ws.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async def test_batch(self):
3535

3636
outcome = [t.result() for t in tasks]
3737
self.assertEqual([0, 1, 4, 9, 16], outcome)
38-
38+
await self.connection.close()
3939

4040

4141
if __name__ == "__main__":

0 commit comments

Comments
 (0)