blob: 2da7f40171f1da2ac29a918fe8728c4488d3f50c [file] [log] [blame]
package org.eclipse.app4mc.cloud.manager;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class App4McCloudManagerApplicationTests {
@Test
void contextLoads() {
}
}