22301024 | 3394e0e | 2025-04-15 17:47:02 +0800 | [diff] [blame] | 1 | package edu.bjtu.groupone.backend; |
| 2 | |
| 3 | import org.junit.jupiter.api.Test; |
| 4 | import org.springframework.boot.test.context.SpringBootTest; |
晓瑞223 | 1b42236 | 2025-06-04 01:09:31 +0800 | [diff] [blame^] | 5 | import org.springframework.test.context.ActiveProfiles; |
22301024 | 3394e0e | 2025-04-15 17:47:02 +0800 | [diff] [blame] | 6 | |
| 7 | @SpringBootTest |
晓瑞223 | 1b42236 | 2025-06-04 01:09:31 +0800 | [diff] [blame^] | 8 | @ActiveProfiles("test") |
22301024 | 3394e0e | 2025-04-15 17:47:02 +0800 | [diff] [blame] | 9 | class BackendApplicationTests { |
| 10 | |
| 11 | @Test |
| 12 | void contextLoads() { |
| 13 | } |
晓瑞223 | 1b42236 | 2025-06-04 01:09:31 +0800 | [diff] [blame^] | 14 | } |