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

14 lines
238 B
Java
Raw Normal View History

2020-04-03 02:05:42 +03:00
package com.bvn13.covid19.scheduler;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class Covid19SchedulerApplicationTests {
@Test
void contextLoads() {
}
}