Skip to content

Commit

Permalink
Adapt to semver incompatible changes again, lol.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Nov 4, 2024
1 parent ee5536c commit 6ee3477
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 6ee3477

Please sign in to comment.