1 parent b4638e4 commit 44f560cCopy full SHA for 44f560c
1 file changed
backend/chat-app/src/test/java/com/aleynabenzer/ChatAppApplicationTests.java
@@ -2,6 +2,7 @@
2
3
import org.junit.jupiter.api.Test;
4
import org.springframework.boot.test.context.SpringBootTest;
5
+import com.aleynabenzer.chat.app.ChatAppApplication;
6
7
@SpringBootTest(classes = ChatAppApplication.class) //expicitly specify the application class bc the package names do not match
8
class ChatAppApplicationTests {
0 commit comments