We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64217c7 commit 650a9cbCopy full SHA for 650a9cb
test_replays/3.0.0.38749/2.SC2Replay
142 KB
test_replays/test_all.py
@@ -453,6 +453,8 @@ def test_30_apms(self):
453
def test_38749(self):
454
replay = sc2reader.load_replay("test_replays/3.0.0.38749/1.SC2Replay")
455
self.assertEqual(replay.expansion, 'HotS')
456
+ replay = sc2reader.load_replay("test_replays/3.0.0.38749/2.SC2Replay")
457
+ self.assertEqual(replay.expansion, 'HotS')
458
459
460
class TestGameEngine(unittest.TestCase):
0 commit comments