aboutsummaryrefslogtreecommitdiff
path: root/ufund-api/src/test/java
diff options
context:
space:
mode:
authorgithub-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com>2025-02-11 02:12:51 +0000
committerGitHub <noreply@github.com>2025-02-11 02:12:51 +0000
commit0c2a59c4ea20e6692cc2fe96e320cc492304f21b (patch)
tree988504edef8303c47cf5f3cd64dd451d997b7708 /ufund-api/src/test/java
downloadJellySolutions-0c2a59c4ea20e6692cc2fe96e320cc492304f21b.tar.gz
JellySolutions-0c2a59c4ea20e6692cc2fe96e320cc492304f21b.tar.bz2
JellySolutions-0c2a59c4ea20e6692cc2fe96e320cc492304f21b.zip
Initial commit
Diffstat (limited to 'ufund-api/src/test/java')
-rw-r--r--ufund-api/src/test/java/com/ufund/api/ufundapi/UfundApiApplicationTests.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/ufund-api/src/test/java/com/ufund/api/ufundapi/UfundApiApplicationTests.java b/ufund-api/src/test/java/com/ufund/api/ufundapi/UfundApiApplicationTests.java
new file mode 100644
index 0000000..fc7eda8
--- /dev/null
+++ b/ufund-api/src/test/java/com/ufund/api/ufundapi/UfundApiApplicationTests.java
@@ -0,0 +1,13 @@
+package com.ufund.api.ufundapi;
+
+import org.junit.jupiter.api.Test;
+import org.springframework.boot.test.context.SpringBootTest;
+
+@SpringBootTest
+class UfundApiApplicationTests {
+
+ @Test
+ void contextLoads() {
+ }
+
+}