diff options
Diffstat (limited to 'test/UnitTests.py')
-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 a51300a3..6e75a147 100644 --- a/test/UnitTests.py +++ b/test/UnitTests.py @@ -1,6 +1,6 @@ from unittest import TextTestRunner, TestSuite -import test.python.numerics.t_amount as t_amount +import test.python.math.t_amount as t_amount suites = [ t_amount.suite(), |