This commit is contained in:
Scott E. Graves 2024-07-16 07:52:49 -05:00
parent b42379b519
commit 801af6b799

View File

@ -71,6 +71,6 @@ auto get_test_dir() -> std::string {
if (not dir.empty()) {
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