source: trip-planner/src/test/java/finki/diplomska/tripplanner/TripPlannerApplicationTests.java@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

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