Updated test name
authorscompo <scompo@gmail.com>
Sat, 14 Jul 2018 19:55:49 +0000 (19:55 +0000)
committerscompo <scompo@gmail.com>
Sat, 14 Jul 2018 19:55:49 +0000 (19:55 +0000)
money/tests/test_money.py

index b66f25baa5072847c30b08bf3874661edb0bc5d1..20f4cc1b638b35b934666232d86ba741acab1103 100644 (file)
@@ -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):