chore(platform): promote dev → staging #1

Open
demo-bot wants to merge 8 commits from dev into staging
Showing only changes of commit bbbf8c06f6 - Show all commits

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