diff options
Diffstat (limited to 'tests/money_test.py')
| -rwxr-xr-x | tests/money_test.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/money_test.py b/tests/money_test.py index 57f4637..f981532 100755 --- a/tests/money_test.py +++ b/tests/money_test.py @@ -2,12 +2,11 @@ import unittest -from type.money import Money import unittest_utils as uu +from type.money import Money class TestMoney(unittest.TestCase): - def test_basic_utility(self): amount = Money(1.45) another = Money.parse("USD 1.45") |
