Skip to content

Commit 6a9f0e2

Browse files
remove redundant patch in test
Signed-off-by: varun-edachali-dbx <[email protected]>
1 parent dfb4cc3 commit 6a9f0e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/test_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ class ClientTestSuite(unittest.TestCase):
8686
"%s.session.ThriftDatabricksClient" % PACKAGE_NAME,
8787
ThriftDatabricksClientMockFactory.new(),
8888
)
89-
@patch("%s.client.ResultSet" % PACKAGE_NAME)
90-
def test_closing_connection_closes_commands(self, mock_result_set_class):
89+
def test_closing_connection_closes_commands(self):
9190
# Test once with has_been_closed_server side, once without
9291
for closed in (True, False):
9392
with self.subTest(closed=closed):

0 commit comments

Comments
 (0)