Skip to content

Commit 4eb4593

Browse files
committed
new failing test for 3.2
1 parent 333d027 commit 4eb4593

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

test_replays/3.2.0/1.SC2Replay

154 KB
Binary file not shown.

test_replays/test_all.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,11 @@ def test_funny_minerals(self):
484484
def test_dusk(self):
485485
replay = sc2reader.load_replay("test_replays/3.1.0/dusktowers.SC2Replay")
486486
self.assertEqual(replay.expansion, 'LotV')
487-
487+
488+
def test_32(self):
489+
replay = sc2reader.load_replay("test_replays/3.2.0/1.SC2Replay")
490+
self.assertTrue(replay is not None)
491+
488492

489493
class TestGameEngine(unittest.TestCase):
490494
class TestEvent(object):

0 commit comments

Comments
 (0)