refactor: Simplified the name of the application-class
[demos/kafka/chat] / src / test / java / de / juplo / kafka / chatroom / ChatroomServiceApplicationTests.java
diff --git a/src/test/java/de/juplo/kafka/chatroom/ChatroomServiceApplicationTests.java b/src/test/java/de/juplo/kafka/chatroom/ChatroomServiceApplicationTests.java
deleted file mode 100644 (file)
index 3d5f709..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-package de.juplo.kafka.chatroom;
-
-import org.junit.jupiter.api.Test;
-import org.springframework.boot.test.context.SpringBootTest;
-
-@SpringBootTest
-class ChatroomServiceApplicationTests {
-
-       @Test
-       void contextLoads() {
-       }
-
-}