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

This commit is contained in:
2026-04-22 13:49:23 +00:00
parent aca17a7bdf
commit 0af99b84af

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