|
@@ -8,7 +8,7 @@ import org.springframework.test.context.junit4.SpringRunner;
|
|
|
|
|
|
@RunWith(SpringRunner.class)
|
|
@RunWith(SpringRunner.class)
|
|
@SpringBootTest(classes = OEAdminApp.class)
|
|
@SpringBootTest(classes = OEAdminApp.class)
|
|
-public class ServiceTest {
|
|
|
|
|
|
+public class OeAdminTest {
|
|
|
|
|
|
@Test
|
|
@Test
|
|
public void demo() throws Exception {
|
|
public void demo() throws Exception {
|