Merge branch 'BAEL-2441-Java-Enums-for_State-Machines' of https://github.com/dionisPrifti/tutorials into BAEL-2441-Java-Enums-for_State-Machines

This commit is contained in:
PRIFTI
2019-01-18 13:18:46 +01:00

View File

@@ -4,7 +4,7 @@ import static org.junit.Assert.assertEquals;
import org.junit.Test;
public class LeaveRequestStateTest {
public class LeaveRequestStateUnitTest {
@Test
public void givenLeaveRequest_whenStateEscalated_thenResponsibleIsTeamLeader() {