blob: cc04983101db5c0a14b49954033976a8116d82d3 [file] [log] [blame]
package org.apache.eventmesh.dashboard.core;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class EventMeshDashboardApplicationTest {
@Test
void contextLoads() {
}
}