Skip to content

Commit d349831

Browse files
author
Inbal Tako
committed
Disable windows unitest compitability
1 parent c39e8c2 commit d349831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/securenative/config/ConfigurationManagerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import static org.assertj.core.api.Assertions.assertThat;
1616

17-
public class NotRunningOnWindows implements IgnoreCondition {
17+
class NotRunningOnWindows implements IgnoreCondition {
1818
public boolean isSatisfied() {
1919
return !System.getProperty("os.name").startsWith("Windows");
2020
}

0 commit comments

Comments
 (0)