Skip to content

Commit da5d9f0

Browse files
committed
breaking down table tests
1 parent db6ed44 commit da5d9f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/table/__init__.py

Whitespace-only changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
import asyncpg
55

6-
from .base import DBTestCase
7-
from .example_project.tables import Pokemon
6+
from ..base import DBTestCase
7+
from ..example_project.tables import Pokemon
88

99

1010
class TestSelect(DBTestCase):

0 commit comments

Comments
 (0)