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:
221 bytes
|
Line | |
---|
1 | package mk.ukim.finki.busngo;
|
---|
2 |
|
---|
3 | import org.junit.jupiter.api.Test;
|
---|
4 | import org.springframework.boot.test.context.SpringBootTest;
|
---|
5 |
|
---|
6 | @SpringBootTest
|
---|
7 | class BusNGoApplicationTests {
|
---|
8 |
|
---|
9 | @Test
|
---|
10 | void contextLoads() {
|
---|
11 | }
|
---|
12 |
|
---|
13 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.