public void testUserDontReceiveEmailOnProjectSharingThroughGroupEditingIfItWasMarked() {
final long bob = uc.createLab3AndBob();
final long paul = uc.createPaul();
final String projName = anyStr();
final long proj = studyManagement.newProject(bob, uc.getLab3(), new StudyManagement.ProjectInfo(projName, anyStr(), anyStr()));
final Notifier notifier = notificator();
final long group = sharingManagement.createGroup(bob, anyStr(), ImmutableSet.of(paul));
sharingManagement.updateSharingPolicy(bob, proj, emptySharing, ImmutableMap.of(group, SharingManagement.AccessLevel.WRITE), false);
sharingManagement.setCollaborators(bob, group, ImmutableSet.of(paul), false);