fix: Issue 2368/fix broken tests (#2511)

* fixing typo

* added embedded mongo db to fix MongoBankTest

* cleaning up tests

* added embedded mongo db to fix MongoBankTest

* cleaning up tests
This commit is contained in:
Anthony Bosch
2023-07-02 11:50:21 +03:00
committed by GitHub
parent 5b147b0036
commit 239592e5f5
3 changed files with 64 additions and 34 deletions
+6
View File
@@ -43,6 +43,12 @@
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
</dependency>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson</artifactId>