Files
AIagent/src/test/java/com/tongran/agent/client/TrAgentClientApplicationTests.java
T

14 lines
232 B
Java
Raw Normal View History

2025-09-10 15:36:49 +08:00
package com.tongran.agent.client;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class TrAgentClientApplicationTests {
@Test
void contextLoads() {
}
}