summaryrefslogtreecommitdiff
path: root/tests/python/UnitTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python/UnitTests.py')
-rw-r--r--tests/python/UnitTests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/python/UnitTests.py b/tests/python/UnitTests.py
index 7a10c9e6..84b8432b 100644
--- a/tests/python/UnitTests.py
+++ b/tests/python/UnitTests.py
@@ -1,7 +1,7 @@
from unittest import TextTestRunner, TestSuite
-import tests.python.corelib.numerics.BasicAmount as BasicAmount
-import tests.python.corelib.numerics.CommodityAmount as CommodityAmount
+import tests.python.numerics.BasicAmount as BasicAmount
+import tests.python.numerics.CommodityAmount as CommodityAmount
suites = [
BasicAmount.suite(),