diff --git a/sources/test_calc.py b/sources/test_calc.py index 130f9f72e..6e37c4989 100644 --- a/sources/test_calc.py +++ b/sources/test_calc.py @@ -8,7 +8,7 @@ class TestCalc(unittest.TestCase): def test_add_integers(self): """ - Test that the addition of two integers returns the correct total + Test that the addition of two integers returns the correct total updated """ result = calc.add2(1, 2) self.assertEqual(result, 3)