summaryrefslogtreecommitdiff
path: root/test/engine/test_reflection.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/engine/test_reflection.py')
-rw-r--r--test/engine/test_reflection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/engine/test_reflection.py b/test/engine/test_reflection.py
index 1ddae6b40..03b2033d5 100644
--- a/test/engine/test_reflection.py
+++ b/test/engine/test_reflection.py
@@ -1065,7 +1065,7 @@ class CreateDropTest(fixtures.TestBase):
eq_(oi, ['orders', 'items'])
- def testcheckfirst(self):
+ def test_checkfirst(self):
try:
assert not users.exists(testing.db)
users.create(bind=testing.db)