Skip to content

Commit

Permalink
Revert "broke unittest for travis build status test"
Browse files Browse the repository at this point in the history
This reverts commit f4b52b3.
  • Loading branch information
andywow committed Dec 8, 2017
1 parent f4b52b3 commit bd99bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class NumbersTest(unittest.TestCase):

def test_equal(self):
self.assertEqual(1 * 2, 1)
self.assertEqual(1, 1)

if __name__ == '__main__':
unittest.main()

0 comments on commit bd99bc5

Please sign in to comment.