mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-03 21:24:33 +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):
|
def tearDown(self):
|
||||||
connections.databases['default']['ATOMIC_REQUESTS'] = False
|
connections.databases['default']['ATOMIC_REQUESTS'] = False
|
||||||
|
|
||||||
def test_no_exception_conmmit_transaction(self):
|
def test_no_exception_commit_transaction(self):
|
||||||
request = factory.post('/')
|
request = factory.post('/')
|
||||||
|
|
||||||
with self.assertNumQueries(1):
|
with self.assertNumQueries(1):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user