Skip to content

Commit

Permalink
Add test compatibility against MongoDB 7 (#8868)
Browse files Browse the repository at this point in the history
Co-authored-by: Eddú Meléndez Gonzales <[email protected]>
  • Loading branch information
aasawariMongoDB and eddumelendez authored Jul 17, 2024
1 parent ae7a949 commit 1442b1c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public void shouldExecuteTransactions() {
}

@Test
public void supportsMongoDB_4_4() {
try (final MongoDBContainer mongoDBContainer = new MongoDBContainer("mongo:4.4")) {
public void supportsMongoDB_7_0() {
try (final MongoDBContainer mongoDBContainer = new MongoDBContainer("mongo:7.0")) {
mongoDBContainer.start();
}
}
Expand Down

0 comments on commit 1442b1c

Please sign in to comment.