baser du projet
This commit is contained in:
13
src/test/java/fr/eni/enchere/EnchereApplicationTests.java
Normal file
13
src/test/java/fr/eni/enchere/EnchereApplicationTests.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package fr.eni.enchere;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest
|
||||
class EnchereApplicationTests {
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user