Moved all classes to io.pactfolw.example.sirenconsumer
[demos/example-siren] / spring-consumer / src / test / java / io / pactflow / example / sirenconsumer / ApplicationTests.java
1 package io.pactflow.example.sirenconsumer;
2
3 import org.junit.jupiter.api.Test;
4 import org.springframework.boot.test.context.SpringBootTest;
5
6 @SpringBootTest
7 class ApplicationTests
8 {
9
10         @Test
11         void contextLoads() {
12         }
13
14 }