refactor unit tests
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2025-04-15 10:29:19 -05:00
parent b285478cc5
commit d65bd6af35

View File

@ -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"}), utils::path::combine(dir_path, {"test_file2_6"}),
}; };
auto file_path3{ 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)); ASSERT_TRUE(::CreateDirectoryA(dir_path.c_str(), nullptr));