source: src/test/java/it/finki/tinki/TinkiApplicationTests.java@ 723994f

Last change on this file since 723994f was e6ff724, checked in by Vzdra <vladko.zdravkovski@…>, 4 years ago

initial commit

  • Property mode set to 100644
File size: 214 bytes
RevLine 
[e6ff724]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.