diff options
Diffstat (limited to 'test/aaa_profiling/test_memusage.py')
| -rw-r--r-- | test/aaa_profiling/test_memusage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/aaa_profiling/test_memusage.py b/test/aaa_profiling/test_memusage.py index 2fc61706c..cf89dd6e2 100644 --- a/test/aaa_profiling/test_memusage.py +++ b/test/aaa_profiling/test_memusage.py @@ -538,7 +538,7 @@ class MemUsageWBackendTest(fixtures.MappedTest, EnsureZeroed): go() - metadata.drop_all() + metadata.drop_all(self.engine) del m1, m2 assert_no_mappers() |
