blob: 9068f44297343597497ad0911c3738dee0708ad6 [file] [log] [blame]
223010243394e0e2025-04-15 17:47:02 +08001package edu.bjtu.groupone.backend;
2
3import org.junit.jupiter.api.Test;
4import org.springframework.boot.test.context.SpringBootTest;
5
6@SpringBootTest
7class BackendApplicationTests {
8
9 @Test
10 void contextLoads() {
11 }
12
13}