diff --git a/repertory/repertory_test/src/file_manager_test.cpp b/repertory/repertory_test/src/file_manager_test.cpp index d864da40..882e6acf 100644 --- a/repertory/repertory_test/src/file_manager_test.cpp +++ b/repertory/repertory_test/src/file_manager_test.cpp @@ -41,7 +41,7 @@ #include "utils/utils.hpp" namespace { -static const auto file_manager_dir = repertory::utils::path::combine( +const auto file_manager_dir = repertory::utils::path::combine( repertory::test::get_test_output_dir(), {"file_manager_test"}); }