From b6353133a701936d992f40fd21f97bc4140bd944 Mon Sep 17 00:00:00 2001 From: Tax Date: Tue, 4 Sep 2012 13:55:25 +0200 Subject: Should fail not error whoops --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index ee93118..c7a71af 100644 --- a/test.py +++ b/test.py @@ -43,7 +43,7 @@ class TestAWS(unittest.TestCase): self.assertEqual(r.status_code, 204) def test_travisfail(self): - self.assertEqual(r.status_code, 204, "This should fail") + self.assertEqual(2, 4, "This should fail") if __name__ == '__main__': unittest.main() -- cgit v1.2.1