diff --git a/src/test/java/com/urlshortener/ApplicationTests.java b/src/test/java/com/urlshortener/ApplicationTests.java new file mode 100644 index 0000000..acf97c3 --- /dev/null +++ b/src/test/java/com/urlshortener/ApplicationTests.java @@ -0,0 +1,13 @@ +package com.urlshortener; + +import org.junit.jupiter.api.Test; +import org.springframework.boot.test.context.SpringBootTest; + +@SpringBootTest +public class ApplicationTests { + + @Test + void contextLoads() { + } + +}