Skip to content

Commit d240ef3

Browse files
committed
fixed a test to load the correct replay
1 parent ecd1c5b commit d240ef3

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
@@ -94,7 +94,7 @@ def test_private_category():
9494

9595
def test_2v2():
9696
# Source: http://drop.sc/82
97-
replay = Replay("test_replays/build17811/3.sc2replay")
97+
replay = Replay("test_replays/build17811/7.sc2replay")
9898
assert replay.type == "2v2"
9999

100100
def test_3v3():

0 commit comments

Comments
 (0)