1

Merge remote-tracking branch 'origin/Services' into Services

This commit is contained in:
XXNitram
2020-03-06 15:12:55 +01:00

View File

@ -0,0 +1,12 @@
package mops.gruppen2.entities;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class GruppeTest {
@Test
void applyEvent() {
}
}