Skip to content

Commit

Permalink
Test pre-commit hook 3
Browse files Browse the repository at this point in the history
  • Loading branch information
hleroy committed Aug 19, 2014
1 parent 1b7a8db commit 29b0c93
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ def test_list_contains_brest(self):
station_list = Tmgpm.get_station_list()
self.assertTrue('BREST' in station_list)

def test_assert_fail(self):
self.assertFalse(True)



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

0 comments on commit 29b0c93

Please sign in to comment.