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