Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallEgan committed Jul 31, 2018
1 parent 6bb76fb commit 5611ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aimmo-game-worker/tests/test_avatar_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def handle_turn(self, world_map, avatar_state):

runner = AvatarRunner(Avatar())
action, logs = runner.process_avatar_turn(world_map={}, avatar_state={})
self.assertIsInstance(action, WaitAction)
self.assertEqual(action, {'action_type': 'wait'})

0 comments on commit 5611ec9

Please sign in to comment.