mirror of
https://github.com/vcmi/vcmi.git
synced 2025-09-16 09:26:28 +02:00
Fix tests
This commit is contained in:
@@ -178,7 +178,8 @@ public:
|
||||
}
|
||||
|
||||
|
||||
gameState->init(&mapService, &si, false);
|
||||
Load::ProgressAccumulator progressTracker;
|
||||
gameState->init(&mapService, &si, progressTracker, false);
|
||||
|
||||
ASSERT_NE(map, nullptr);
|
||||
ASSERT_EQ(map->heroesOnMap.size(), 2);
|
||||
|
Reference in New Issue
Block a user