fix test
This commit is contained in:
parent
b42379b519
commit
801af6b799
@ -71,6 +71,6 @@ auto get_test_dir() -> std::string {
|
|||||||
if (not dir.empty()) {
|
if (not dir.empty()) {
|
||||||
return utils::path::absolute(dir);
|
return utils::path::absolute(dir);
|
||||||
}
|
}
|
||||||
return utils::path::absolute(utils::path::combine(".", "test_data"));
|
return utils::path::absolute(utils::path::combine(".", {"test_data"}));
|
||||||
}
|
}
|
||||||
} // namespace repertory
|
} // namespace repertory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user