We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018a7b1 commit 31cbb14Copy full SHA for 31cbb14
core/src/test/java/com/linecorp/armeria/client/endpoint/healthcheck/HealthCheckedEndpointGroupTest.java
@@ -565,6 +565,7 @@ void cacheReflectsAttributeChanges() throws InterruptedException {
565
566
endpointGroup.whenReady().join();
567
endpointGroup.addListener(endpointsListener, false);
568
+ endpointsListener.accept(endpointGroup.endpoints());
569
570
await().untilAsserted(() -> assertThat(updateInvokedCounter).hasValue(1));
571
// the counter should stay 1 after 1 second has passed
0 commit comments