Skip to content

Commit 54cd33a

Browse files
Add 2025 calendar year to test setup
This commit updates the `SetupStandingData` method in the `FactSettlementsControllerTests.cs` file to include a call to `await helper.AddCalendarYear(2025);`, allowing the test setup to account for the calendar year 2025 in addition to 2024.
1 parent d1a6e19 commit 54cd33a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EstateReportingAPI.IntegrationTests/FactSettlementsControllerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ protected override async Task ClearStandingData() {
2222

2323
protected override async Task SetupStandingData() {
2424
await helper.AddCalendarYear(2024);
25+
await helper.AddCalendarYear(2025);
2526

2627
// Estates
2728
await helper.AddEstate("Test Estate", "Ref1");

0 commit comments

Comments
 (0)