Skip to content

Commit

Permalink
[django 1.9] Avoided failure in TestNotTransactional #140
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Dec 7, 2015
1 parent cfd5442 commit fe3f70d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/django_hstore_tests/tests/test_not_transactional.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@


class TestNotTransactional(SimpleTestCase):
allow_database_queries = True

if DJANGO_VERSION[:2] >= (1, 8):
def setUp(self):
# avoid error "connection already closed"
Expand Down

0 comments on commit fe3f70d

Please sign in to comment.