feat(scaffold): add src/test/java/com/kyndryl/platform/service/ApplicationTests.java [skip ci]

This commit is contained in:
2026-04-16 09:59:36 +00:00
parent e0769cea80
commit eb2f4afbde

View File

@@ -0,0 +1,12 @@
package com.kyndryl.platform.service;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ApplicationTests {
@Test
void contextLoads() {
}
}