This repository has been archived on 2022-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
steleks_backend/steleks-proxy/src/test/java/ba/steles/SteleksProxyApplicationTest...

17 lines
332 B
Java

package ba.steles;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class SteleksProxyApplicationTests {
@Test
public void contextLoads() {
}
}