Skip to content

Commit

Permalink
PEP8++
Browse files Browse the repository at this point in the history
  • Loading branch information
Paris Goldman-Smith committed Sep 6, 2018
1 parent 4ff1c8b commit 9e998e8
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 @@ -142,4 +142,4 @@ def handle_turn(self, world_map, avatar_state):
'''
runner = AvatarRunner()
response = runner.process_avatar_turn(world_map={}, avatar_state={}, src_code=avatar)
self.assertFalse(response['log'].__contains__('/usr/src/app/'))
self.assertFalse(response['log'].__contains__('/usr/src/app/'))

0 comments on commit 9e998e8

Please sign in to comment.