Spaces:
Sleeping
Sleeping
Update DemoApplicationTests.java
Browse files
src/test/java/com/example/demo/DemoApplicationTests.java
CHANGED
@@ -1,12 +1,8 @@
|
|
1 |
package com.example.demo;
|
2 |
|
3 |
-
import org.junit.jupiter.api.Test;
|
4 |
-
import org.springframework.boot.test.context.SpringBootTest;
|
5 |
|
6 |
-
@SpringBootTest
|
7 |
class DemoApplicationTests {
|
8 |
|
9 |
-
@Test
|
10 |
void contextLoads() {
|
11 |
}
|
12 |
|
|
|
1 |
package com.example.demo;
|
2 |
|
|
|
|
|
3 |
|
|
|
4 |
class DemoApplicationTests {
|
5 |
|
|
|
6 |
void contextLoads() {
|
7 |
}
|
8 |
|