Skip to content

Commit 4d236e7

Browse files
committed
Fix up an out of date test.
1 parent 3aa5249 commit 4d236e7

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
@@ -77,7 +77,7 @@ def test_standard_1v1():
7777
assert replay.messages[11].sender.name == "Boom"
7878

7979
for msg in replay.messages:
80-
assert msg.sent_to_all == True
80+
assert msg.to_all == True
8181

8282
def test_private_category():
8383
replay = sc2reader.read_file("test_replays/1.2.2.17811/2.SC2Replay")

0 commit comments

Comments
 (0)