Commit 849a76c6 authored by Madhura Bhave's avatar Madhura Bhave

Polish

parent a3a53d29
......@@ -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());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment