Skip to content

Commit 0330050

Browse files
committed
fixed paths
1 parent 5e92c2e commit 0330050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_replays/test_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_3v3_type():
110110
assert len(replay.messages) == 25
111111

112112
def test_us_realm():
113-
replay = Replay("test_replays/4.sc2replay")
113+
replay = Replay("test_replays/build17811/4.sc2replay")
114114
lalush = find(lambda player: player.name == "lalush", replay.players)
115115
avilo = find(lambda player: player.name == "avilo", replay.players)
116116

0 commit comments

Comments
 (0)