Skip to content

Commit

Permalink
Better testZeroAddressAndCidr()
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Feb 21, 2025
1 parent 075bbb7 commit d2e16d1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,6 @@ public void testToString() {

@Test
public void testZeroAddressAndCidr() {
final SubnetUtils snu = new SubnetUtils("0.0.0.0/0");
assertNotNull(snu);
testSubnetAddressStream("0.0.0.0/0", 0);
}
}

0 comments on commit d2e16d1

Please sign in to comment.