We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ccd5cf commit 0ca9562Copy full SHA for 0ca9562
tests/unit/test_adapter.py
@@ -66,6 +66,3 @@ def test_cancel_open_connections_main(self):
66
key = self.adapter.connections.get_thread_identifier()
67
self.adapter.connections.thread_connections[key] = mock_connection("main")
68
self.assertEqual(len(list(self.adapter.cancel_open_connections())), 0)
69
-
70
- def test_placeholder(self):
71
- pass
0 commit comments