Skip to content

Commit

Permalink
Renamed TestNotTransactional to NotTransactionalTests for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jun 7, 2015
1 parent 25fdb40 commit 1e0a7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/django_hstore_tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'})
Expand Down

0 comments on commit 1e0a7cd

Please sign in to comment.