Skip to content

Commit d37b9e0

Browse files
committed
feat: add initial MongoDBTest class with a placeholder test method
1 parent c401e47 commit d37b9e0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package org.soujava.demos.mongodb;
2+
3+
import org.junit.jupiter.api.Test;
4+
5+
public class MongoDBTest {
6+
7+
8+
@Test
9+
void test() {
10+
11+
}
12+
}

0 commit comments

Comments
 (0)