From 0078a3ec74718b3742ba92a462b90170b758923e Mon Sep 17 00:00:00 2001 From: chadd williams Date: Wed, 30 Nov 2016 14:08:17 -0800 Subject: [PATCH] change to use in a pull request to test Travis CI --- test_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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