Fixed faulty unit test

This commit is contained in:
JaniruTEC
2023-07-19 23:53:58 +02:00
parent a29ebfd302
commit 419a7ab245

View File

@@ -121,7 +121,7 @@ class MountWithinParentUtilTest {
prepareParentNoMountPoint(mount);
assertTrue(Files.notExists(mount, NOFOLLOW_LINKS));
assertTrue(isHidden(hideaway));
assertTrue(!SystemUtils.IS_OS_WINDOWS || isHidden(hideaway));
}
@Test