Skip to content

Commit 37434cf

Browse files
committed
Revert "Revert "test case updated.""
This reverts commit 00fd03a.
1 parent 5f07d7a commit 37434cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web.Tests/Controllers/TrackingSystem/Delegates/DelegateCoursesControllerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public void Index_calls_expected_methods_and_returns_view()
9797
// Then
9898
using (new AssertionScope())
9999
{
100-
A.CallTo(() => courseService.GetCentreCourses(A<string>._, A<int>._, A<int>._, A<string>._, A<string>._, A<int>._, A<int?>._,
100+
A.CallTo(() => courseService.GetCentreCourses(A<string>._, A<int>._, A<int>._, A<string>._, A<string>._, A<int>._, A<int?>._, A<bool>._, A<bool?>._,
101101
A<string>._, A<string>._, A<string>._, A<string>._)).MustHaveHappened();
102102
A.CallTo(
103103
() => paginateService.Paginate(

0 commit comments

Comments
 (0)