Skip to content

Commit

Permalink
Reverse change of UtilsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanwenjun committed Feb 14, 2022
1 parent e5a2763 commit ee7d9f7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public void isOSWindowsFalseGivenAllUppercaseWindows() {
@Test
public void isOSWindowsFalseGivenAllLowercaseWindows() {
System.setProperty("os.name", "windows 10");
assertFalse(Utils.isOSWindows());
}
assertFalse(Utils.isOSWindows());

}
}

0 comments on commit ee7d9f7

Please sign in to comment.