Commit 41b796d8 by Tom Christie

Merge pull request #3426 from uruz/feature/fix-typo

Typo in test method name
parents f2c65512 0155a44a
...@@ -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