source:
src/test/java/edu/gjoko/schedlr/SchedlrApplicationTests.java@
9050790
Last change on this file since 9050790 was cf9cdbf, checked in by , 2 years ago | |
---|---|
|
|
File size: 219 bytes |
Rev | Line | |
---|---|---|
[cf9cdbf] | 1 | package edu.gjoko.schedlr; |
2 | ||
3 | import org.junit.jupiter.api.Test; | |
4 | import org.springframework.boot.test.context.SpringBootTest; | |
5 | ||
6 | @SpringBootTest | |
7 | class SchedlrApplicationTests { | |
8 | ||
9 | @Test | |
10 | void contextLoads() { | |
11 | } | |
12 | ||
13 | } |
Note:
See TracBrowser
for help on using the repository browser.