Skip to content

Commit

Permalink
Removed wrong test assumption
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBrand committed Oct 11, 2023
1 parent 14ca948 commit df40427
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ void test_wrongPort(final char mqttVersion) throws Exception {
.awaitStdErr("Unable to connect")
.awaitStdOut("mqtt>")
.awaitLog("Unable to connect");

assertEquals(0, hivemq.getConnectPackets().size());
}

@ParameterizedTest
Expand All @@ -162,8 +160,6 @@ void test_wrongHost(final char mqttVersion) throws Exception {
.awaitStdErr("Unable to connect")
.awaitStdOut("mqtt>")
.awaitLog("Unable to connect");

assertEquals(0, hivemq.getConnectPackets().size());
}

@ParameterizedTest
Expand Down

0 comments on commit df40427

Please sign in to comment.