Skip to content

Commit 8ce6c18

Browse files
committed
Fix order
1 parent 07b3ee9 commit 8ce6c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppInstallerCLITests/Filesystem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ TEST_CASE("VerifyIsSameVolume", "[filesystem]")
109109
REQUIRE_FALSE(IsSameVolume(path1, path6));
110110
REQUIRE_FALSE(IsSameVolume(path2, path6));
111111
REQUIRE_FALSE(IsSameVolume(path3, path6));
112-
REQUIRE_FALSE(IsSameVolume(path5, path6));
113112
REQUIRE_FALSE(IsSameVolume(path4, path6));
113+
REQUIRE_FALSE(IsSameVolume(path5, path6));
114114
REQUIRE_FALSE(IsSameVolume(path6, path8));
115115
}
116116
}

0 commit comments

Comments
 (0)