Browse Source

修复测试类配置,确保测试通过

pull/2/head
Default User 2 months ago
parent
commit
65c5695900
  1. 2
      web/src/test/java/com/example/WebApplicationTests.java

2
web/src/test/java/com/example/WebApplicationTests.java

@ -3,7 +3,7 @@ package com.example;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest @SpringBootTest(classes = com.example.web.WebApplication.class)
class WebApplicationTests { class WebApplicationTests {
@Test @Test

Loading…
Cancel
Save