Skip to content
This repository was archived by the owner on Jul 18, 2019. It is now read-only.

Commit 0155a44

Browse files
committed
Typo in test method name
1 parent f2c6551 commit 0155a44

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)