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 dfb4cc3 commit 6a9f0e2Copy full SHA for 6a9f0e2
tests/unit/test_client.py
@@ -86,8 +86,7 @@ class ClientTestSuite(unittest.TestCase):
86
"%s.session.ThriftDatabricksClient" % PACKAGE_NAME,
87
ThriftDatabricksClientMockFactory.new(),
88
)
89
- @patch("%s.client.ResultSet" % PACKAGE_NAME)
90
- def test_closing_connection_closes_commands(self, mock_result_set_class):
+ def test_closing_connection_closes_commands(self):
91
# Test once with has_been_closed_server side, once without
92
for closed in (True, False):
93
with self.subTest(closed=closed):
0 commit comments