We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b3ee9 commit 8ce6c18Copy full SHA for 8ce6c18
src/AppInstallerCLITests/Filesystem.cpp
@@ -109,8 +109,8 @@ TEST_CASE("VerifyIsSameVolume", "[filesystem]")
109
REQUIRE_FALSE(IsSameVolume(path1, path6));
110
REQUIRE_FALSE(IsSameVolume(path2, path6));
111
REQUIRE_FALSE(IsSameVolume(path3, path6));
112
- REQUIRE_FALSE(IsSameVolume(path5, path6));
113
REQUIRE_FALSE(IsSameVolume(path4, path6));
+ REQUIRE_FALSE(IsSameVolume(path5, path6));
114
REQUIRE_FALSE(IsSameVolume(path6, path8));
115
}
116
0 commit comments