Skip to content

Commit

Permalink
Trying new port for test, pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
keenan-v1 committed Aug 10, 2018
1 parent fc37249 commit 2710031
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void assignPort()
.toMap();
Port p = PortHelper.assignPort(o);
assertEquals(o, p);
assertEquals(80, p.getAssignedPort());
assertEquals(8863, p.getAssignedPort());
o = new Port(InetAddress.getLoopbackAddress(), Protocol.TCP)
.setDescription("Test")
.addPort(80)
Expand Down

0 comments on commit 2710031

Please sign in to comment.