diff --git a/tests/test_atomic_requests.py b/tests/test_atomic_requests.py index d0d088f52..9c30c2f8b 100644 --- a/tests/test_atomic_requests.py +++ b/tests/test_atomic_requests.py @@ -45,7 +45,7 @@ class DBTransactionTests(TestCase): def tearDown(self): connections.databases['default']['ATOMIC_REQUESTS'] = False - def test_no_exception_conmmit_transaction(self): + def test_no_exception_commit_transaction(self): request = factory.post('/') with self.assertNumQueries(1):