summaryrefslogtreecommitdiff
path: root/src/test/java/com/geedge/scheduler/CnPolicySchedulerApplicationTests.java
blob: 6cb48b8614c2b507c45e1046d0f953bb1a13b061 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.geedge.scheduler;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class CnPolicySchedulerApplicationTests {

    @Test
    void contextLoads() {
    }

}