Skip to content

Commit

Permalink
RM-96 dispose of engine
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantimjohn committed Aug 18, 2023
1 parent 8614588 commit 07b117d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/records/single_db/test_records_unload.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
class RecordsUnloadIntegrationTest(BaseRecordsIntegrationTest):
def tearDown(self):
close_all_sessions()
self.engine.dispose()

def requires_pandas(self, format_type, variant, hints):
# Return true if the database requires pandas to be able to
Expand Down

0 comments on commit 07b117d

Please sign in to comment.