From 37132bc51e8bc29d73dd3135c6a0aeddcc1bc405 Mon Sep 17 00:00:00 2001 From: LSBsity Date: Sat, 3 Aug 2024 13:22:55 +0900 Subject: [PATCH] chore: test --- src/test/java/team5/doghae/DoghaeApplicationTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/team5/doghae/DoghaeApplicationTests.java b/src/test/java/team5/doghae/DoghaeApplicationTests.java index d53367a..643983d 100644 --- a/src/test/java/team5/doghae/DoghaeApplicationTests.java +++ b/src/test/java/team5/doghae/DoghaeApplicationTests.java @@ -3,7 +3,7 @@ import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; -//@SpringBootTest +@SpringBootTest(classes = DoghaeApplicationTests.class) class DoghaeApplicationTests { @Test