Fising assert4j failures

This commit is contained in:
Ryan Baxter
2025-04-13 15:41:02 -04:00
parent 6be989b7bd
commit 9262a16245

View File

@@ -156,7 +156,7 @@ class KafkaStreamsBinderHealthIndicatorTests {
CompletableFuture<SendResult<Integer, String>> future = template.send(record);
future.whenComplete((result, ex) -> {
if (ex != null) {
Assertions.fail();
Assertions.fail("");
}
else {
latch.countDown();