Skip to content

Commit 3fcf824

Browse files
Update src/WebExpress.WebCore.Test/Data/MockIdentityGroup.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2b6e582 commit 3fcf824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WebExpress.WebCore.Test/Data/MockIdentityGroup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ internal class MockIdentityGroup : IIdentityGroup
3232
public MockIdentityGroup(Guid id, string name)
3333
{
3434
Id = id;
35+
Name = name;
3536
}
3637

3738
/// <summary>

0 commit comments

Comments
 (0)