Skip to content

Commit

Permalink
Apply formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
bresciamattia authored and github-actions[bot] committed May 7, 2024
1 parent 6928ffe commit e502985
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ void followWithReconnectAfterCatchup() {
proxy.enable();
fc.publish(Fact.builder().ns("ns").type("type").buildWithoutPayload());

await().atMost(1, SECONDS).untilAsserted(() -> assertThat(count.get()).isEqualTo(MAX_FACTS + 1));
await()
.atMost(1, SECONDS)
.untilAsserted(() -> assertThat(count.get()).isEqualTo(MAX_FACTS + 1));
}

assertThat(logCaptor.getInfoLogs()).containsOnlyOnce("Handshake successful.");
Expand Down

0 comments on commit e502985

Please sign in to comment.