summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_parse.py2
-rw-r--r--tests/test_split.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_parse.py b/tests/test_parse.py
index 536b6f6..3ee2203 100644
--- a/tests/test_parse.py
+++ b/tests/test_parse.py
@@ -2,7 +2,7 @@
"""Tests sqlparse function."""
-from utils import TestCaseBase
+from tests.utils import TestCaseBase
import sqlparse
diff --git a/tests/test_split.py b/tests/test_split.py
index 782b226..5146bcb 100644
--- a/tests/test_split.py
+++ b/tests/test_split.py
@@ -4,7 +4,7 @@
import unittest
-from utils import load_file, TestCaseBase
+from tests.utils import load_file, TestCaseBase
import sqlparse