This commit is contained in:
Madhura Bhave
2019-11-19 12:07:05 -08:00
parent a3a53d299f
commit 849a76c6c2

View File

@@ -74,7 +74,7 @@ public class HealthWebEndpointResponseMapperTests {
}
@Test
public void mapDetailsWithAuthorizedUserInvokeSupplier() {
public void mapDetailsWithAuthorizedUserInvokesSupplier() {
HealthWebEndpointResponseMapper mapper = createMapper(ShowDetails.WHEN_AUTHORIZED);
Supplier<Health> supplier = mockSupplier();
given(supplier.get()).willReturn(Health.down().build());