mirror of
https://github.com/jlengrand/dialogflow-fun.git
synced 2026-03-10 15:49:09 +00:00
14 lines
230 B
Java
14 lines
230 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() {
|
|
}
|
|
|
|
}
|