From 0155a44aac6a09fa081b7bcb94c196f04a178f26 Mon Sep 17 00:00:00 2001 From: Alexey Boriskin Date: Tue, 22 Sep 2015 12:13:01 +0300 Subject: [PATCH] Typo in test method name --- tests/test_atomic_requests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):