We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9266a2 commit 6144e47Copy full SHA for 6144e47
test_replays/test_all.py
@@ -299,7 +299,7 @@ def test_two_player_game_without_winner():
299
print replay.players[1].result
300
print replay.actors[2].result
301
print replay.actors[3].result
302
- assert replay.players[0].result == 'Win' || replay.players[1].result == 'Win'
+ assert replay.players[0].result == 'Win' or replay.players[1].result == 'Win'
303
304
def test_24():
305
replay = sc2reader.read("test_replays/build17811/24.SC2Replay")
0 commit comments