diff --git a/repertory/repertory_test/src/winfsp_drive_create_nl_test.cpp b/repertory/repertory_test/src/winfsp_drive_create_nl_test.cpp index a2ddfc54..901570b5 100644 --- a/repertory/repertory_test/src/winfsp_drive_create_nl_test.cpp +++ b/repertory/repertory_test/src/winfsp_drive_create_nl_test.cpp @@ -35,7 +35,7 @@ TYPED_TEST(winfsp_test, cr8_nl_can_create_file_of_max_component_length) { DWORD max_length{}; EXPECT_TRUE(::GetVolumeInformationA(this->mount_location.c_str(), nullptr, 0, nullptr, &max_length, nullptr, - nullptr, nullptr)); + nullptr, 0)); EXPECT_EQ(255U, max_length); auto file_path = utils::path::combine(this->mount_location, @@ -58,7 +58,7 @@ TYPED_TEST(winfsp_test, DWORD max_length{}; EXPECT_TRUE(::GetVolumeInformationA(this->mount_location.c_str(), nullptr, 0, nullptr, &max_length, nullptr, - nullptr, nullptr)); + nullptr, 0)); EXPECT_EQ(255U, max_length); auto file_path = utils::path::combine(this->mount_location,