Revert "Let's try this"

This reverts commit 2a66342cd3.
This commit is contained in:
2022-01-04 19:05:06 +00:00
parent 2a66342cd3
commit 6c484b984c

View File

@@ -67,7 +67,7 @@ class TestSampleDataGenerator(TestCase):
assert Event.objects.all().count() == 0
class TestSampleDataGenerator(TransactionTestCase):
class TestSampleDataGenerator(TestCase):
@override_settings(DEBUG=True)
def setUp(self):
call_command('generateSampleData')