Skip to content

Commit bed37dd

Browse files
committed
feat: include app test
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
1 parent 83f7bb9 commit bed37dd

File tree

1 file changed

+0
-9
lines changed
  • src/test/java/org/soujava/demos/mongodb/document

1 file changed

+0
-9
lines changed

src/test/java/org/soujava/demos/mongodb/document/AppTest.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@ class AppTest {
3232

3333
@Test
3434
void shouldTest() {
35-
Product product = new Product();
36-
Product insert = template.insert(product);
37-
SoftAssertions.assertSoftly(softly -> {
38-
softly.assertThat(insert.getId()).isNotNull();
39-
softly.assertThat(insert.getName()).isNull();
40-
softly.assertThat(insert.getManufacturer()).isNull();
41-
softly.assertThat(insert.getTags()).isEmpty();
42-
softly.assertThat(insert.getCategories()).isEmpty();
43-
});
4435

4536
}
4637

0 commit comments

Comments
 (0)