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

This commit is contained in:
2026-04-20 15:31:08 +00:00
parent e59587a9fe
commit ca097e5b81

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() {
}
}