Linting again

This commit is contained in:
eichhornchen
2020-12-31 17:15:24 +01:00
parent 73952a42f3
commit c329150aac
2 changed files with 7 additions and 8 deletions

View File

@ -599,5 +599,5 @@ class TestGame(unittest.TestCase):
self.game.state = GameMode.CREDITS
self.game.handle_key_pressed(KeyValues.ENTER)
self.assertEqual(self.game.state, GameMode.MAINMENU)