covid19-ru/covid19-scheduler/src/test/java/com/bvn13/covid19/scheduler/Covid19SchedulerApplication...

14 lines
238 B
Java

package com.bvn13.covid19.scheduler;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class Covid19SchedulerApplicationTests {
@Test
void contextLoads() {
}
}