diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/java/com/rinha/backend/BackendApplicationTests.java | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/test/java/com/rinha/backend/BackendApplicationTests.java b/src/test/java/com/rinha/backend/BackendApplicationTests.java new file mode 100644 index 0000000..c950849 --- /dev/null +++ b/src/test/java/com/rinha/backend/BackendApplicationTests.java @@ -0,0 +1,13 @@ +package com.rinha.backend; + +import org.junit.jupiter.api.Test; +import org.springframework.boot.test.context.SpringBootTest; + +@SpringBootTest +class BackendApplicationTests { + + @Test + void contextLoads() { + } + +} |