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

This commit is contained in:
2026-05-04 18:30:08 +00:00
parent 4e5558c728
commit 462bcbc4ef

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