Skip to content

Commit

Permalink
Use MongoDB 4.4 consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Oct 20, 2023
1 parent d167d19 commit 0005bff
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@

import io.quarkus.mongodb.health.MongoHealthCheck;
import io.quarkus.test.common.QuarkusTestResource;
import io.quarkus.test.common.ResourceArg;
import io.quarkus.test.junit.QuarkusTest;
import io.quarkus.test.mongodb.MongoTestResource;
import io.restassured.RestAssured;

@QuarkusTest
@QuarkusTestResource(value = MongoTestResource.class, initArgs = @ResourceArg(name = "version", value = "V4_2"))
@QuarkusTestResource(value = MongoTestResource.class)
public class BookResourceTest {
private static Jsonb jsonb;

Expand Down

0 comments on commit 0005bff

Please sign in to comment.