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 f812f00 commit e5abdacCopy full SHA for e5abdac
test_replays/test_all.py
@@ -108,7 +108,7 @@ def test_3v3():
108
109
assert replay.type == "3v3"
110
111
- # Team 1 is the winner because all members of the other team quit
+ # Because it's a 3v3 and all of the members of Team 2 quit, we should know the winner.
112
assert replay.results[1] == "Won"
113
assert replay.results[2] == "Lost"
114
0 commit comments