Moved postage of messages into a reusable standalone implementation
[demos/kafka/outbox] / outbox / src / test / java / de / juplo / kafka / outbox / ApplicationTests.java
diff --git a/outbox/src/test/java/de/juplo/kafka/outbox/ApplicationTests.java b/outbox/src/test/java/de/juplo/kafka/outbox/ApplicationTests.java
deleted file mode 100644 (file)
index cb5bc43..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-package de.juplo.kafka.outbox;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-import org.springframework.boot.test.context.SpringBootTest;
-import org.springframework.test.context.junit4.SpringRunner;
-
-@RunWith(SpringRunner.class)
-@SpringBootTest
-public class ApplicationTests
-{
-  @Test
-  public void contextLoads()
-  {
-  }
-}