Skip to content

Commit

Permalink
chore: enable integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Mar 7, 2024
1 parent 4718743 commit d2f0d74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
import io.quarkus.test.junit.QuarkusIntegrationTest;

@QuarkusIntegrationTest
public class ApplicationQueryApiImplIT {
public class ApplicationQueryApiImplIT extends ApplicationQueryApiImplTest {

}

0 comments on commit d2f0d74

Please sign in to comment.