summaryrefslogtreecommitdiffstats
path: root/src/test/java/net/libertacasa/pubsh/web/WebApplicationTests.java
blob: ffb21f067b2019069c25e495020720b1ce7efa1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package net.libertacasa.pubsh.web;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class WebApplicationTests {

	@Test
	void contextLoads() {
	}

}