Skip to content

Commit

Permalink
remove obsolete test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericparton committed Apr 11, 2024
1 parent 8852af9 commit edbe98a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,6 @@ public void validateCommunity() {
ParserHelper.validateCommunity("65535:65535");
}

@Test(expected = IllegalArgumentException.class)
public void validateCommunityBeforeColonOutOfRange() {
ParserHelper.validateCommunity("65536:1");
}

@Test(expected = IllegalArgumentException.class)
public void validateCommunityAfterColonOutOfRange() {
ParserHelper.validateCommunity("1:65536");
Expand Down

0 comments on commit edbe98a

Please sign in to comment.