Separated the JavaScript Consumer es a standalone example
[demos/example-siren] / spring-consumer / src / test / java / io / pactflow / example / sirenconsumer / ApplicationTests.java
diff --git a/spring-consumer/src/test/java/io/pactflow/example/sirenconsumer/ApplicationTests.java b/spring-consumer/src/test/java/io/pactflow/example/sirenconsumer/ApplicationTests.java
deleted file mode 100644 (file)
index d1ca158..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-package io.pactflow.example.sirenconsumer;
-
-import org.junit.jupiter.api.Test;
-import org.springframework.boot.test.context.SpringBootTest;
-
-@SpringBootTest
-class ApplicationTests
-{
-
-       @Test
-       void contextLoads() {
-       }
-
-}