Skip to content

Commit dbf3cab

Browse files
committed
BAEL-9118
1 parent 1983315 commit dbf3cab

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package com.baeldung.chicory;
2+
3+
public class ChicoryAddExample {
4+
5+
}
6+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
package com.baeldung.chicory;
2+
3+
import static org.junit.Assert.assertTrue;
4+
5+
import org.junit.jupiter.api.Test;
6+
7+
class ChicoryUnitTest {
8+
9+
@Test
10+
void whenProjectLoads_thenTestsRun() {
11+
assertTrue(true);
12+
}
13+
}
14+

0 commit comments

Comments
 (0)