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