We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4074524 commit abaa36bCopy full SHA for abaa36b
DigitalLearningSolutions.Web.Tests/Controllers/SuperAdmin/CentresControllerTests.cs
@@ -110,9 +110,9 @@ public void CentreRoleLimits_route_loads_existing_role_limits_with_derived_flags
110
var expectedVm = new CentreRoleLimitsViewModel
111
{
112
CentreId = 374,
113
- RoleLimitCmsAdministrators = null,
+ RoleLimitCmsAdministrators = 0,
114
IsRoleLimitSetCmsAdministrators = false, // automatically set off
115
- RoleLimitCmsManagers = null,
+ RoleLimitCmsManagers = 0,
116
IsRoleLimitSetCmsManagers = false, // automatically set off
117
IsRoleLimitSetContentCreatorLicences = true,
118
RoleLimitContentCreatorLicences = 10,
0 commit comments