From 2772cedd51521d5c0a14c37cdea14c69466d9c64 Mon Sep 17 00:00:00 2001 From: scompo Date: Sat, 14 Jul 2018 19:55:49 +0000 Subject: [PATCH] Updated test name --- money/tests/test_money.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.25.1