PlatformServer/src/test/java/com/cmhi/tunnelservice/TunnelServiceApplicationTes...

14 lines
221 B
Java
Raw Normal View History

2023-08-07 09:02:04 +00:00
package com.cmhi.tunnelservice;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class TunnelServiceApplicationTests {
@Test
void contextLoads() {
}
}