fix config data paths
This commit is contained in:
@@ -64,7 +64,7 @@ private:
|
||||
|
||||
TEST_CASE("ConfigLoader loads the committed bin/config/ configs end-to-end", "[config]")
|
||||
{
|
||||
const std::string configDir = DOTA_FACTORY_CONFIG_DIR;
|
||||
const std::string configDir = CONFIG_DIR;
|
||||
const GameConfig cfg = ConfigLoader::loadFromDirectory(configDir);
|
||||
|
||||
// world.toml
|
||||
|
||||
Reference in New Issue
Block a user