Skip to content
Snippets Groups Projects
KanbanApplicationTests.java 223 B
Newer Older
Alexandre Vandekerkhove's avatar
Alexandre Vandekerkhove committed
package fr.lille.ippon.challenge.kanban;

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

@SpringBootTest
class KanbanApplicationTests {

	@Test
	void contextLoads() {
	}

}