Skip to content

Commit a38ef31

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 ad236d8 commit a38ef31

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
@@ -7,7 +7,7 @@
77
import io.quarkus.test.junit.QuarkusTest;
88

99
@QuarkusTest
10-
public class RemoveOperatiionIdPrefixTest {
10+
public class RemoveOperationIdPrefixTest {
1111

1212
String apiClassName = "org.openapi.quarkus.openapi_remove_operation_id_prefix_yaml.api.UserResourceApi";
1313
String modelClassName = "org.openapi.quarkus.openapi_remove_operation_id_prefix_yaml.model.User";

0 commit comments

Comments
 (0)