Skip to content

Commit 650a9cb

Browse files
committed
add a failing replay
1 parent 64217c7 commit 650a9cb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test_replays/3.0.0.38749/2.SC2Replay

142 KB
Binary file not shown.

test_replays/test_all.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,8 @@ def test_30_apms(self):
453453
def test_38749(self):
454454
replay = sc2reader.load_replay("test_replays/3.0.0.38749/1.SC2Replay")
455455
self.assertEqual(replay.expansion, 'HotS')
456+
replay = sc2reader.load_replay("test_replays/3.0.0.38749/2.SC2Replay")
457+
self.assertEqual(replay.expansion, 'HotS')
456458

457459

458460
class TestGameEngine(unittest.TestCase):

0 commit comments

Comments
 (0)