Commit 0155a44a by Alexey Boriskin

Typo in test method name

parent f2c65512
...@@ -45,7 +45,7 @@ class DBTransactionTests(TestCase): ...@@ -45,7 +45,7 @@ class DBTransactionTests(TestCase):
def tearDown(self): def tearDown(self):
connections.databases['default']['ATOMIC_REQUESTS'] = False connections.databases['default']['ATOMIC_REQUESTS'] = False
def test_no_exception_conmmit_transaction(self): def test_no_exception_commit_transaction(self):
request = factory.post('/') request = factory.post('/')
with self.assertNumQueries(1): with self.assertNumQueries(1):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment