diff --git a/repertory/repertory_test/src/config_test.cpp b/repertory/repertory_test/src/config_test.cpp index 40292a5d..40761a3d 100644 --- a/repertory/repertory_test/src/config_test.cpp +++ b/repertory/repertory_test/src/config_test.cpp @@ -594,7 +594,7 @@ TEST_F(config_test, default_data_directory) { utils::get_environment_variable("HOME"), {"Library/Application Support"}); #endif auto expected_directory = - utils::path::combine(local_app_data, {"/repertory/sia"}); + utils::path::combine(local_app_data, {"/repertory2/sia"}); EXPECT_STREQ(expected_directory.c_str(), data_directory[0].c_str()); }