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 8af33cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ public void isOSWindowsFalseGivenAllUppercaseWindows() {
@Test
public void isOSWindowsFalseGivenAllLowercaseWindows() {
System.setProperty("os.name", "windows 10");
assertFalse(Utils.isOSWindows());
}
assertFalse(Utils.isOSWindows());
}
}

0 comments on commit 8af33cf

Please sign in to comment.