Skip to content

Commit

Permalink
Do not use TransactionTestCase in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Jan 30, 2018
1 parent fa95bac commit 1dea1b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/base.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import, print_function, unicode_literals

from djangocms_helper.base_test import BaseTransactionTestCase
from djangocms_helper.base_test import BaseTestCase


class BaseTest(BaseTransactionTestCase):
class BaseTest(BaseTestCase):
"""
Base class with utility function
"""
Expand Down

0 comments on commit 1dea1b9

Please sign in to comment.