fix test dir
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
Scott E. Graves 2024-07-27 08:38:50 -05:00
parent 1cb9663776
commit 509eeca760

View File

@ -68,6 +68,6 @@ auto generate_test_file_name(const std::string &directory,
auto get_test_dir() -> std::string {
auto dir = utils::get_environment_variable("PROJECT_TEST_DIR");
return utils::path::combine(dir.empty() ? "." : dir, {"test_data"});
return utils::path::combine(dir.empty() ? "." : dir, {"test_config"});
}
} // namespace repertory