14 lines
207 B
Java
14 lines
207 B
Java
|
package fr.organizee;
|
||
|
|
||
|
import org.junit.jupiter.api.Test;
|
||
|
import org.springframework.boot.test.context.SpringBootTest;
|
||
|
|
||
|
@SpringBootTest
|
||
|
class OrganizeeApplicationTests {
|
||
|
|
||
|
@Test
|
||
|
void contextLoads() {
|
||
|
}
|
||
|
|
||
|
}
|