test #1

Merged
klaus merged 94 commits from test into main 2023-08-16 02:30:37 +00:00
2 changed files with 3 additions and 4 deletions
Showing only changes of commit 23506e79f1 - Show all commits

View File

@ -6,8 +6,7 @@ import org.springframework.boot.test.context.SpringBootTest
@SpringBootTest
class SodaliveApplicationTests {
@Test
fun contextLoads() {
}
@Test
fun contextLoads() {
}
}