Skip to content

Commit

Permalink
refactor: Adapt to non-semver Quarkus changes in integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Nov 4, 2024
1 parent 57ebb6c commit 726b1ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import static org.assertj.core.api.Assertions.assertThat;

@QuarkusTest
@WithTestResource(value = Neo4jTestResource.class, restrictToAnnotatedClass = true)
@WithTestResource(Neo4jTestResource.class)
class ResourcesTests {

@Test
Expand Down

0 comments on commit 726b1ba

Please sign in to comment.