summaryrefslogtreecommitdiff
path: root/test/orm/declarative/test_concurrency.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/orm/declarative/test_concurrency.py')
-rw-r--r--test/orm/declarative/test_concurrency.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/declarative/test_concurrency.py b/test/orm/declarative/test_concurrency.py
index 5f12d8272..ecddc2e5f 100644
--- a/test/orm/declarative/test_concurrency.py
+++ b/test/orm/declarative/test_concurrency.py
@@ -17,7 +17,7 @@ from sqlalchemy.testing.fixtures import fixture_session
class ConcurrentUseDeclMappingTest(fixtures.TestBase):
- def teardown(self):
+ def teardown_test(self):
clear_mappers()
@classmethod