spring-liquibase-template/service/src/test/java/me/bvn13/telegram/chatbot/ChatbotApplicationTests.java

14 lines
227 B
Java
Raw Normal View History

2022-04-11 12:55:02 +03:00
package me.bvn13.telegram.chatbot;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ChatbotApplicationTests {
@Test
void contextLoads() {
}
}