Skip to content

Commit

Permalink
Merge pull request #35369 from quaff
Browse files Browse the repository at this point in the history
* pr/35369:
  Fix typo

Closes gh-35369
  • Loading branch information
mhalbritter committed May 10, 2023
2 parents 05add58 + 1cddb2a commit 394fb64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
public interface MyContainers {

@Container
MongoDBContainer monogContainer = new MongoDBContainer("mongo:5.0");
MongoDBContainer mongoContainer = new MongoDBContainer("mongo:5.0");

@Container
Neo4jContainer<?> neo4jContainer = new Neo4jContainer<>("neo4j:5");
Expand Down

0 comments on commit 394fb64

Please sign in to comment.