Skip to content

Commit e5001a3

Browse files
committed
added a replay thats failing for GGTracker, but surprisingly it turns out not failing for sc2reader. mpyq issue
1 parent 53e5678 commit e5001a3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
63.5 KB
Binary file not shown.

test_replays/test_all.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,9 @@ def test_gameheartnormalizer_plugin(self):
363363
def test_replay_event_order(self):
364364
replay = sc2reader.load_replay("test_replays/event_order.SC2Replay")
365365

366+
def test_daedalus_point(self):
367+
replay = sc2reader.load_replay("test_replays/2.0.11.26825/DaedalusPoint.SC2Replay")
368+
366369

367370
class TestGameEngine(unittest.TestCase):
368371
class TestEvent(object):

0 commit comments

Comments
 (0)