Skip to content

Commit a1bc28b

Browse files
Update client/integration-tests/remove-operationid-prefix/src/test/java/io/quarkiverse/openapi/generator/it/RemoveOperatiionIdPrefixTest.java
Co-authored-by: Helber Belmiro <[email protected]>
1 parent a38ef31 commit a1bc28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/integration-tests/remove-operationid-prefix/src/test/java/io/quarkiverse/openapi/generator/it/RemoveOperatiionIdPrefixTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class RemoveOperationIdPrefixTest {
1313
String modelClassName = "org.openapi.quarkus.openapi_remove_operation_id_prefix_yaml.model.User";
1414

1515
@Test
16-
void apiIsBeingGenerated() throws NoSuchMethodException {
16+
void apiIsBeingGenerated() {
1717
assertThatCode(() -> Class.forName(apiClassName).getMethod("find", Integer.class))
1818
.doesNotThrowAnyException();
1919

0 commit comments

Comments
 (0)