diff --git a/tests/django_hstore_tests/tests.py b/tests/django_hstore_tests/tests.py index dcc2c47..ad7f5d2 100644 --- a/tests/django_hstore_tests/tests.py +++ b/tests/django_hstore_tests/tests.py @@ -1639,7 +1639,7 @@ class SchemaDataBag(models.Model): ]) -class NotTransactionalTests(SimpleTestCase): +class TestNotTransactional(SimpleTestCase): if DJANGO_VERSION[:2] >= (1, 6): def test_hstore_registring_in_transaction_block(self): obj1 = DataBag.objects.create(name='alpha1', data={'v': '1', 'v2': '3'})