1
0
mirror of https://github.com/bitwarden/server synced 2026-01-06 18:43:36 +00:00

Fix improper merge conflict resolution

This commit is contained in:
Shane Melton
2023-08-30 15:09:42 -07:00
parent 5dc3ca85c3
commit e8053e2d3a
3 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ public class CollectionCustomization : ICustomization
{
var orgId = Guid.NewGuid();
fixture.Customize<CurrentContentOrganization>(composer => composer
fixture.Customize<CurrentContextOrganization>(composer => composer
.With(o => o.Id, orgId));
fixture.Customize<OrganizationUser>(composer => composer