mirror of
https://github.com/django/django.git
synced 2025-03-03 05:24:24 +00:00
Refs #25176 -- Fixed typo in tests/test_utils/tests.py
This commit is contained in:
parent
0abb06930f
commit
fd81588bc6
@ -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…
x
Reference in New Issue
Block a user