Skip to content

Commit

Permalink
OpenAPI: renamed test classes
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Kruger <[email protected]>
  • Loading branch information
phillip-kruger authored and holly-cummins committed Feb 8, 2024
1 parent 6637953 commit 342c754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import io.quarkus.test.QuarkusUnitTest;
import io.restassured.RestAssured;

public class OpenApiBuiltTimeFilterTestCase {
public class OpenApiAnnotatedBuildtimeFilterTestCase {
private static final String OPEN_API_PATH = "/q/openapi";

@RegisterExtension
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import io.quarkus.test.QuarkusUnitTest;
import io.restassured.RestAssured;

public class OpenApiRunTimeFilterTestCase {
public class OpenApiAnnotatedRuntimeFilterTestCase {
private static final String OPEN_API_PATH = "/q/openapi";

@RegisterExtension
Expand Down

0 comments on commit 342c754

Please sign in to comment.