Skip to content

Commit

Permalink
Fix reference to codestart in RESTClientCodestartTest
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Mar 15, 2024
1 parent 1671edb commit c73bb1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class RESTClientCodestartTest {

@RegisterExtension
public static QuarkusCodestartTest codestartTest = QuarkusCodestartTest.builder()
.codestarts("rest-client")
.codestarts("resteasy-client")
.languages(JAVA, KOTLIN)
.build();

Expand Down

0 comments on commit c73bb1e

Please sign in to comment.