diff options
Diffstat (limited to 'test/dialect/test_postgresql.py')
-rw-r--r-- | test/dialect/test_postgresql.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dialect/test_postgresql.py b/test/dialect/test_postgresql.py index 150dacf18..6dbcb9bfd 100644 --- a/test/dialect/test_postgresql.py +++ b/test/dialect/test_postgresql.py @@ -487,7 +487,7 @@ class InsertTest(TestBase, AssertsExecutionResults): def teardown(self): metadata.drop_all() - metadata.tables.clear() + metadata.clear() if self.engine is not testing.db: self.engine.dispose() |