blob: 6a236657f8c2ffd80286078b2e7e4aa5ac845e8d [file] [log] [blame]
package build.bazel.dashboard;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class ApplicationTests {
@Test
void contextLoads() {
}
}