mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
undoing this
This commit is contained in:
parent
56c7cc8bf4
commit
49e5e73d12
@ -303,7 +303,7 @@ public class GroupsControllerPutTests
|
||||
|
||||
// Arrange repositories
|
||||
sutProvider.GetDependency<IGroupRepository>().GetManyUserIdsByIdAsync(group.Id).Returns(currentGroupUsers ?? []);
|
||||
sutProvider.GetDependency<IGroupRepository>().GetByIdWithCollectionsAsync(group.Id)!
|
||||
sutProvider.GetDependency<IGroupRepository>().GetByIdWithCollectionsAsync(group.Id)
|
||||
.Returns(new Tuple<Group, ICollection<CollectionAccessSelection>>(group, currentCollectionAccess ?? []));
|
||||
if (savingUser != null)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user