feat(scaffold): add src/test/java/com/kyndryl/platform/service/ApplicationTests.java [skip ci]
This commit is contained in:
@@ -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() {
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user