Skip to content

Commit b009ad7

Browse files
PYTHON-2416 Properly close client in test_encryption.TestDataKeyDoubleEncryption (#510)
1 parent 1e2a52f commit b009ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_encryption.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -655,8 +655,8 @@ def setUpClass(cls):
655655

656656
@classmethod
657657
def tearDownClass(cls):
658-
cls.client.close()
659658
cls.vault.drop()
659+
cls.client.close()
660660
cls.client_encrypted.close()
661661
cls.client_encryption.close()
662662

0 commit comments

Comments
 (0)