diff --git a/repertory/repertory_test/src/winfsp_drive_rename_test.cpp b/repertory/repertory_test/src/winfsp_drive_rename_test.cpp index f1eda3e4..e4b9a94e 100644 --- a/repertory/repertory_test/src/winfsp_drive_rename_test.cpp +++ b/repertory/repertory_test/src/winfsp_drive_rename_test.cpp @@ -116,7 +116,7 @@ TYPED_TEST(winfsp_test, rename_succeeds_if_dest_exists_and_replace_is_true) { utils::path::combine(dir_path, {"test_file2_6"}), }; auto file_path3{ - utils::path::combine(dir_path, {"test_file_6"}), + utils::path::combine(dir_path, {"test_file3_6"}), }; ASSERT_TRUE(::CreateDirectoryA(dir_path.c_str(), nullptr));