Skip to content

Commit

Permalink
Merge pull request #8 from aegirhall/develop
Browse files Browse the repository at this point in the history
merge fix for pep8
  • Loading branch information
aegirhall authored Nov 2, 2018
2 parents ab5b8c5 + c6c6f8f commit b39aff8
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 b39aff8

Please sign in to comment.