mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 04:07:39 +03:00
Merge pull request #3426 from uruz/feature/fix-typo
Typo in test method name
This commit is contained in:
commit
41b796d844
|
@ -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