Skip to content

Commit 5acb15d

Browse files
committed
Fixes test by providing correct end date for expected result
1 parent 60f1ac6 commit 5acb15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web.Tests/Services/ActivityServiceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ public void GetActivityDataFileForCentre_returns_expected_excel_data()
436436

437437
var filterData = new ActivityFilterData(
438438
DateTime.Parse("2020-9-1"),
439-
DateTime.Parse("2021-9-1"),
439+
DateTime.Parse("2021-9-30"),
440440
null,
441441
null,
442442
null,

0 commit comments

Comments
 (0)