Skip to content

Commit abaa36b

Browse files
Updated unit tests.
1 parent 4074524 commit abaa36b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DigitalLearningSolutions.Web.Tests/Controllers/SuperAdmin/CentresControllerTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ public void CentreRoleLimits_route_loads_existing_role_limits_with_derived_flags
110110
var expectedVm = new CentreRoleLimitsViewModel
111111
{
112112
CentreId = 374,
113-
RoleLimitCmsAdministrators = null,
113+
RoleLimitCmsAdministrators = 0,
114114
IsRoleLimitSetCmsAdministrators = false, // automatically set off
115-
RoleLimitCmsManagers = null,
115+
RoleLimitCmsManagers = 0,
116116
IsRoleLimitSetCmsManagers = false, // automatically set off
117117
IsRoleLimitSetContentCreatorLicences = true,
118118
RoleLimitContentCreatorLicences = 10,

0 commit comments

Comments
 (0)