package no.finn.unleash; import org.junit.Test; import static org.junit.Assert.assertTrue; public class UnleashTest { @Test public void helloWorld() { assertTrue(true); } }