From: scompo Date: Sat, 14 Jul 2018 19:55:49 +0000 (+0000) Subject: Updated test name X-Git-Url: https://git.scompo.it/?a=commitdiff_plain;h=2772cedd51521d5c0a14c37cdea14c69466d9c64;p=money.git Updated test name --- diff --git a/money/tests/test_money.py b/money/tests/test_money.py index b66f25b..20f4cc1 100644 --- a/money/tests/test_money.py +++ b/money/tests/test_money.py @@ -8,7 +8,7 @@ from money import money class MoneyTest(unittest.TestCase): - def test_the_whole_univers(self): + def test_the_whole_universe(self): self.assertTrue(True, msg='if this fails something is very wrong') def test_create_input_message(self):