blob: 90cb00eef79b5c4cf1fd88059b8c5b79171d7b97 [file] [log] [blame]
22301102d6280d32025-04-08 17:02:33 +08001package com.intelligentclass.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}