Skip to content

Commit 3c2d752

Browse files
committed
test: removed unnecessary code
Signed-off-by: Maximillian Arruda <[email protected]>
1 parent 978b392 commit 3c2d752

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jnosql-mongodb/src/test/java/org/eclipse/jnosql/databases/mongodb/integration/RepositoryIntegrationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ class RepositoryIntegrationTest {
5757
INSTANCE.get("library");
5858
System.setProperty(MongoDBDocumentConfigurations.HOST.get() + ".1", INSTANCE.host());
5959
System.setProperty(MappingConfigurations.DOCUMENT_DATABASE.get(), "library");
60-
INSTANCE.get("library");
6160
}
6261

6362
@Inject

0 commit comments

Comments
 (0)