1

refactor tests for new events

This commit is contained in:
killerber4t
2020-03-11 16:10:58 +01:00
parent b7b4485d03
commit 846eee9606
8 changed files with 69 additions and 26 deletions

View File

@ -1,5 +1,5 @@
package mops.gruppen2.domain;
public enum Role {
ORGA, ADMIN, STUDENT
ADMIN, MEMBER
}