chore(): refactored vibecode

This commit is contained in:
ITQ
2026-04-18 12:06:23 +03:00
parent 1aaa9942a7
commit eb4903ad15
3 changed files with 4 additions and 15 deletions
@@ -6,6 +6,5 @@ import org.springframework.boot.test.context.SpringBootTest
@SpringBootTest
class MovieNightApplicationTests {
@Test
fun contextLoads() {
}
fun contextLoads() = Unit
}