You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2024. It is now read-only.
The test randomly seems to fail both locally and on Travis, but I fail to see any obvious reason for it.
org.mockito.exceptions.verification.TooLittleActualInvocations:
consumer.accept(
"/hello/servertest/slowBody"
);
Wanted 11 times:
-> at se.fortnox.reactivewizard.client.HttpClientTest.shouldCloseConnectionOnTimeoutDuringContentReceive(HttpClientTest.java:562)
But was 10 times:
-> at se.fortnox.reactivewizard.client.HttpClientTest.lambda$createTestServer$12(HttpClientTest.java:509)
The text was updated successfully, but these errors were encountered:
The test randomly seems to fail both locally and on Travis, but I fail to see any obvious reason for it.
The text was updated successfully, but these errors were encountered: