blob: d95e6e3329eded021f51afcf8f1b038ce9dbbccb [file] [log] [blame]
22301102e0c7c6e2025-05-17 11:08:45 +08001package com.pt;
2
3import org.junit.jupiter.api.Test;
4import org.springframework.boot.test.context.SpringBootTest;
5import org.springframework.test.context.ContextConfiguration;
6
7@SpringBootTest
8@ContextConfiguration(classes = BackendApplication.class)
9class BackendApplicationTests {
10
11 @Test
12 void contextLoads() {
13
14 }
15
16}