mirror of
https://github.com/jlengrand/dialogflow-fun.git
synced 2026-03-10 08:11:22 +00:00
14 lines
246 B
Java
14 lines
246 B
Java
package fr.lengrand.dialogflowfunapi;
|
|
|
|
import org.junit.jupiter.api.Test;
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
|
//@SpringBootTest
|
|
//class DialogflowFunApiApplicationTests {
|
|
//
|
|
// @Test
|
|
// void contextLoads() {
|
|
// }
|
|
//
|
|
//}
|