Kaydet (Commit) fd81588b authored tarafından Tim Graham's avatar Tim Graham

Refs #25176 -- Fixed typo in tests/test_utils/tests.py

üst 0abb0693
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment