Skip to content

Commit fffa433

Browse files
committed
chore: initial test structure
Signed-off-by: Otavio Santana <[email protected]>
1 parent edc66e0 commit fffa433

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.DS_Store

6 KB
Binary file not shown.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package org.soujava.demos.mongodb.document;
2+
3+
import org.junit.jupiter.api.Test;
4+
5+
import static org.junit.jupiter.api.Assertions.*;
6+
7+
class AppTest {
8+
9+
10+
@Test
11+
void shouldTest() {
12+
13+
}
14+
15+
}

0 commit comments

Comments
 (0)