Skip to content

Commit 44f560c

Browse files
committed
fix import
1 parent b4638e4 commit 44f560c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/chat-app/src/test/java/com/aleynabenzer/ChatAppApplicationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import org.junit.jupiter.api.Test;
44
import org.springframework.boot.test.context.SpringBootTest;
5+
import com.aleynabenzer.chat.app.ChatAppApplication;
56

67
@SpringBootTest(classes = ChatAppApplication.class) //expicitly specify the application class bc the package names do not match
78
class ChatAppApplicationTests {

0 commit comments

Comments
 (0)