summaryrefslogtreecommitdiff
path: root/tests/money_test.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-02-03 14:18:37 -0800
committerScott Gasch <[email protected]>2022-02-03 14:18:37 -0800
commit713a609bd19d491de03debf8a4a6ddf2540b13dc (patch)
tree6593978162d3c11c3a54e44a770aded4abc79704 /tests/money_test.py
parenteb1c6392095947b3205c4d52cd9b1507e6cd776b (diff)
Change settings in flake8 and black.
Diffstat (limited to 'tests/money_test.py')
-rwxr-xr-xtests/money_test.py3
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")