Skip to content

Commit

Permalink
Added async test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgolec committed Apr 30, 2021
1 parent 302765f commit 6868f70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/client_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1495,3 +1495,6 @@ class AsyncClientTest(_TestClient, unittest.TestCase):
"""
client_class = ResyncProxy(AsyncClient)
magicmock_class = AsyncMagicMock

def test_async_close(self):
self.client.close_async_session()

0 comments on commit 6868f70

Please sign in to comment.