Skip to content

Commit d69feb4

Browse files
committed
add failing test for 3.0
1 parent 2139abc commit d69feb4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
80.8 KB
Binary file not shown.

test_replays/test_all.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,10 @@ def test_reloaded(self):
370370

371371
def test_214(self):
372372
replay = sc2reader.load_replay("test_replays/2.1.4/Catallena LE.SC2Replay", load_level=4)
373-
373+
374+
def test_30(self):
375+
replay = sc2reader.load_replay("test_replays/3.0.0.38215/first.SC2Replay", load_level=1)
376+
374377

375378
class TestGameEngine(unittest.TestCase):
376379
class TestEvent(object):

0 commit comments

Comments
 (0)