Merge branch 'feature/5' into develop

This commit is contained in:
beaniejoy
2022-06-23 00:12:08 +09:00
2 changed files with 12 additions and 13 deletions

View File

@@ -1,13 +0,0 @@
package io.beaniejoy.dongnecafe;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DongneCafeSirenOrderApplicationTests {
@Test
void contextLoads() {
}
}

View File

@@ -0,0 +1,12 @@
package io.beaniejoy.dongnecafe
import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest
@SpringBootTest
internal class DongneCafeSirenOrderApplicationTests {
@Test
fun contextLoads() {
}
}