Skip to content

Commit

Permalink
Update new test
Browse files Browse the repository at this point in the history
Co-authored-by: Norbert Truchsess <norbert.truchsess@t-online.de>
  • Loading branch information
typecastcloud and ntruchsess authored Sep 26, 2024
1 parent 1778a72 commit bb3f40a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public async Task GetServiceAccountRolesAsync_WithValidData_ReturnsExpected()
// Assert
data.Should().HaveCount(14);
data.Should().OnlyHaveUniqueItems();
data.Where(x => x.RoleType == UserRoleType.Internal).Should().HaveCount(12);
data.Where(x => x.RoleType == UserRoleType.Internal).Should().HaveCount(13);
data.Where(x => x.RoleType == UserRoleType.External).Should().ContainSingle();
}

Expand Down

0 comments on commit bb3f40a

Please sign in to comment.