summaryrefslogtreecommitdiff
path: root/test/engine/bind.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/engine/bind.py')
-rw-r--r--test/engine/bind.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/engine/bind.py b/test/engine/bind.py
index c273bdb05..db4955375 100644
--- a/test/engine/bind.py
+++ b/test/engine/bind.py
@@ -7,7 +7,7 @@ from sqlalchemy import engine, exceptions
from testlib import *
-class BindTest(PersistTest):
+class BindTest(TestBase):
def test_create_drop_explicit(self):
metadata = MetaData()
table = Table('test_table', metadata,