mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
Typo in test method name
This commit is contained in:
parent
f2c65512c6
commit
0155a44aac
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user