Newer
Older
bremer / src / test / kotlin / net / piedpiper / bremer / BremerApplicationTests.kt
yhornisse on 2 Jul 208 bytes add project
package net.piedpiper.bremer

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

@SpringBootTest
class BremerApplicationTests {

	@Test
	fun contextLoads() {
	}

}