source: bus-n-go-pavel-216049/bus-n-go-backend/src/test/kotlin/mk/ukim/finki/busngobackend/AvtobusNGoBackendApplicationTests.kt

Last change on this file was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 3 months ago

split group project and individual project into two separate folders

  • Property mode set to 100644
File size: 233 bytes
Line 
1package mk.ukim.finki.busngobackend
2
3import org.junit.jupiter.api.Test
4import org.springframework.boot.test.context.SpringBootTest
5
6@SpringBootTest
7class AvtobusNGoBackendApplicationTests {
8 @Test
9 fun contextLoads() {
10 }
11}
Note: See TracBrowser for help on using the repository browser.