mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-09-13 18:29:49 +00:00
[AB-79] fixing test
This commit is contained in:
@@ -86,7 +86,7 @@ public class JoiningUserRoleListenerTest {
|
|||||||
when(member.isPending()).thenReturn(true);
|
when(member.isPending()).thenReturn(true);
|
||||||
when(model.getMember()).thenReturn(member);
|
when(model.getMember()).thenReturn(member);
|
||||||
testUnit.execute(model);
|
testUnit.execute(model);
|
||||||
verify(userExperienceService, times(0)).syncForSingleUser(any(), any(), any());
|
verify(userExperienceService, times(0)).syncForSingleUser(any(), any(), eq(true));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user