Correction sonar
This commit is contained in:
parent
942ccd022c
commit
dd2b620cb7
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ import org.junit.jupiter.api.Test;
|
||||||
import org.springframework.boot.test.context.SpringBootTest;
|
import org.springframework.boot.test.context.SpringBootTest;
|
||||||
|
|
||||||
@SpringBootTest
|
@SpringBootTest
|
||||||
public class MangerAutourDeSimplonBackApplicationTests {
|
class MangerAutourDeSimplonBackApplicationTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testMain() {
|
void testMain() {
|
||||||
MangerAutourDeSimplonBackApplication.main(new String[] {});
|
MangerAutourDeSimplonBackApplication.main(new String[] {});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue