mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Refs #25176 -- Fixed typo in tests/test_utils/tests.py
This commit is contained in:
parent
0abb06930f
commit
fd81588bc6
1 changed files with 1 additions and 1 deletions
|
@ -955,7 +955,7 @@ class TestBadSetUpTestData(TestCase):
|
|||
@classmethod
|
||||
def setUpClass(cls):
|
||||
try:
|
||||
super(TestBadSetupTestData, cls).setUpClass()
|
||||
super(TestBadSetUpTestData, cls).setUpClass()
|
||||
except cls.MyException:
|
||||
cls._in_atomic_block = connection.in_atomic_block
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue