[AB-79] fixing test

This commit is contained in:
Sheldan
2022-12-27 13:12:10 +01:00
parent 41f42ee110
commit 3903039aac

View File

@@ -86,7 +86,7 @@ public class JoiningUserRoleListenerTest {
when(member.isPending()).thenReturn(true);
when(model.getMember()).thenReturn(member);
testUnit.execute(model);
verify(userExperienceService, times(0)).syncForSingleUser(any(), any(), any());
verify(userExperienceService, times(0)).syncForSingleUser(any(), any(), eq(true));
}
}