Skip to content

Commit

Permalink
fix pep8 failure
Browse files Browse the repository at this point in the history
  • Loading branch information
aegirhall committed Nov 2, 2018
1 parent 9dcf63e commit c6c6f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_console_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ def test_remove_menu_item(self):
self.assertIn(item2, menu.items)
menu.remove_item(item1)
self.assertNotIn(item1, menu.items)
self.assertIn(item2, menu.items)
self.assertIn(item2, menu.items)

0 comments on commit c6c6f8f

Please sign in to comment.