source: back_end/src/test/java/it/finki/tinki/TinkiApplicationTests.java@ df62f68

Last change on this file since df62f68 was 81c9e25, checked in by Vzdra <vladko.zdravkovski@…>, 4 years ago

reorganization

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