Skip to content

Commit

Permalink
Differentiate OS in JVMTest #56
Browse files Browse the repository at this point in the history
  • Loading branch information
dheid committed Apr 19, 2024
1 parent f22f9ee commit 2acc350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/bric/colorpicker/JVMTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void checksWhetherSystemIsMac() {

boolean isMac = JVM.IS_MAC;

assertThat(isMac).isFalse();
assertThat(isMac).isTrue();

}

Expand Down

0 comments on commit 2acc350

Please sign in to comment.