Skip to content

Commit 9654470

Browse files
committed
moving test into correct folder
1 parent 5341447 commit 9654470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from ..base import DBTestCase, sqlite_only, postgres_only
2-
from ..example_app.tables import Band
1+
from tests.base import DBTestCase, sqlite_only, postgres_only
2+
from tests.example_app.tables import Band
33

44

55
class TestInstance(DBTestCase):

0 commit comments

Comments
 (0)