summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/UnitTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/UnitTests.py b/test/UnitTests.py
index 843e9fc1..a51300a3 100644
--- a/test/UnitTests.py
+++ b/test/UnitTests.py
@@ -1,6 +1,6 @@
from unittest import TextTestRunner, TestSuite
-import tests.python.numerics.t_amount as t_amount
+import test.python.numerics.t_amount as t_amount
suites = [
t_amount.suite(),