spring-camel-template/service/src/test/java/me/bvn13/smart/webhook/service/ServiceApplicationTests.java

14 lines
232 B
Java

package me.bvn13.smart.webhook.service;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ServiceApplicationTests {
@Test
void contextLoads() {
}
}