1

fix folders

This commit is contained in:
killerber4t
2020-03-03 14:13:02 +01:00
parent 1f0818c39b
commit 249ec333b2
6 changed files with 33 additions and 1 deletions

View File

@ -0,0 +1,13 @@
package mops.gruppen2;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class Gruppen2ApplicationTests {
@Test
void contextLoads() {
}
}