Skip to content

Commit 41b796d

Browse files
committed
Merge pull request #3426 from uruz/feature/fix-typo
Typo in test method name
2 parents f2c6551 + 0155a44 commit 41b796d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_atomic_requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def setUp(self):
4545
def tearDown(self):
4646
connections.databases['default']['ATOMIC_REQUESTS'] = False
4747

48-
def test_no_exception_conmmit_transaction(self):
48+
def test_no_exception_commit_transaction(self):
4949
request = factory.post('/')
5050

5151
with self.assertNumQueries(1):

0 commit comments

Comments
 (0)