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; | ||||
5 | |||||
6 | @SpringBootTest | ||||
7 | class BackendApplicationTests { | ||||
8 | |||||
9 | @Test | ||||
10 | void contextLoads() { | ||||
11 | } | ||||
12 | |||||
13 | } |