Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
quaff authored and mhalbritter committed May 10, 2023
1 parent 05add58 commit 1cddb2a
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 1cddb2a

Please sign in to comment.