Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Oct 7, 2020
1 parent bb1ee15 commit e142a7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ private void clientSendThreePublishMessages(MqttQoS mqttQoS, TestContext context
public void before(TestContext context) {
server = MqttServer.create(vertx);
server.exceptionHandler(t -> context.fail());
server.endpointHandler(MqttClientOutOfOrderAcksTest::serverLogic).listen(context.asyncAssertSuccess());
server.endpointHandler(MqttClientOutOfOrderAcksTest::serverLogic).listen(1885, context.asyncAssertSuccess());
}

@After
Expand Down

0 comments on commit e142a7b

Please sign in to comment.