Skip to content

Commit

Permalink
Update IoUtilTest.java
Browse files Browse the repository at this point in the history
removes redundant branch
  • Loading branch information
Devashishbasu authored and rohanKanojia committed Jan 9, 2024
1 parent 386cac7 commit 275dc11
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ void findOpenPortWhenPortsAreBusy() throws IOException {
try (ServerSocket ss = new ServerSocket(port2)) {
assertThat(ss).isNotNull();
}
assertThat(port2 > port).isTrue();
assertThat(port2).isGreaterThan(port);
}

Expand Down

0 comments on commit 275dc11

Please sign in to comment.