Update and rename LeaveRequestStateTest.java to LeaveRequestStateUnitTest.java

This commit is contained in:
Loredana Crusoveanu 2019-01-17 23:22:05 +02:00 committed by GitHub
parent 4c9ea991cc
commit 85eab12c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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() {