diff --git a/test_list.py b/test_list.py index ea893ae..133bc56 100644 --- a/test_list.py +++ b/test_list.py @@ -13,7 +13,7 @@ from nose.tools import assert_equals def test_simpleAddition(): - assert 1+2 == 3 + assert 1+3 == 4 def setUp(): global theList