source: bus-n-go-do-5ta-faza/src/test/java/mk/ukim/finki/busngo/BusNGoApplicationTests.java@ dedbf60

Last change on this file since dedbf60 was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 4 weeks ago

split group project and individual project into two separate folders

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