From d65bd6af354860542eb91b5feede65f7a20d6414 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 15 Apr 2025 10:29:19 -0500 Subject: [PATCH] refactor unit tests --- repertory/repertory_test/src/winfsp_drive_rename_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));