Skip to content

Commit e5abdac

Browse files
committed
fixed a comment
1 parent f812f00 commit e5abdac

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
@@ -108,7 +108,7 @@ def test_3v3():
108108

109109
assert replay.type == "3v3"
110110

111-
# Team 1 is the winner because all members of the other team quit
111+
# Because it's a 3v3 and all of the members of Team 2 quit, we should know the winner.
112112
assert replay.results[1] == "Won"
113113
assert replay.results[2] == "Lost"
114114

0 commit comments

Comments
 (0)