Skip to content

Commit

Permalink
fix wrong test method name
Browse files Browse the repository at this point in the history
  • Loading branch information
tepi committed Nov 29, 2024
1 parent d99f908 commit b2df179
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public void should_useHillaEngine_whenEndpointsAreDetected()
}

@Test
public void should_notUseHillaEngine_whenEndpointsAreDetected()
public void should_notUseHillaEngine_whenEndpointsAreNotDetected()
throws ExecutionFailedException, IOException {
Options options = createOptions();
Mockito.doReturn(taskGenerateOpenAPI).when(endpointGeneratorTaskFactory)
Expand Down

0 comments on commit b2df179

Please sign in to comment.