diff options
-rw-r--r-- | test/UnitTests.py | 2 |
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(), |