Skip to content

Commit f6b54d4

Browse files
committed
add third replay for fun
1 parent ac8c220 commit f6b54d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
32.3 KB
Binary file not shown.

test_replays/test_all.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,9 @@ def test_lotv_map(self):
430430
def test_30(self):
431431
replay = sc2reader.load_replay("test_replays/3.0.0.38215/first.SC2Replay")
432432
replay = sc2reader.load_replay("test_replays/3.0.0.38215/second.SC2Replay")
433+
replay = sc2reader.load_replay("test_replays/3.0.0.38215/third.SC2Replay")
433434

434-
435+
435436
class TestGameEngine(unittest.TestCase):
436437
class TestEvent(object):
437438
name='TestEvent'

0 commit comments

Comments
 (0)