Skip to content

Commit 5d3e3b4

Browse files
TD-4792 Write unit tests for filter added on optional competencies in the supervisor view
1 parent 67a9b11 commit 5d3e3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web.Tests/Controllers/SupervisorController/SupervisorControllerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public void ReviewDelegateSelfAssessment_Should_Return_View_With_Optional_Filter
259259
// Then
260260
result.Should().BeViewResult().ModelAs<ReviewSelfAssessmentViewModel>();
261261

262-
var competencyGroups = result.Should().BeViewResult()
262+
result.Should().BeViewResult()
263263
.WithViewName("ReviewSelfAssessment")
264264
.ModelAs<ReviewSelfAssessmentViewModel>()
265265
.CompetencyGroups?.Should().NotBeNull();

0 commit comments

Comments
 (0)