Skip to content

Commit

Permalink
Minor, indent
Browse files Browse the repository at this point in the history
  • Loading branch information
andsel committed Sep 15, 2024
1 parent 4ee1204 commit 188167c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public void delayedWillIsSentAlsoAfterAServerRestart() throws InterruptedExcepti
.build();
clientWithWill.disconnect(malformedPacketReason);

restartServerWithSuspension(Duration.ofSeconds(5));
restartServerWithSuspension(Duration.ofSeconds(5));

final Mqtt5BlockingClient testamentSubscriber = createAndConnectClientListeningToTestament();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public void givenServerWithReceiveMaximumWhenClientPassSendQuotaThenIsDisconnect
verifyReceived(MqttMessageType.PUBREC);
}

System.out.println("Sending 6th message");
// sixth should exceed quota and the client should get a disconnect
sendQoS2Publish();

Expand Down

0 comments on commit 188167c

Please sign in to comment.