Skip to content

updated so that when update or insert is called it just stores a list… #415

updated so that when update or insert is called it just stores a list…

updated so that when update or insert is called it just stores a list… #415

Triggered via pull request February 2, 2025 06:15
Status Failure
Total duration 6m 42s
Artifacts

check-pull-request.yml

on: pull_request
Run Pull Request Checks
6m 33s
Run Pull Request Checks
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
Btms.Backend.IntegrationTests.PreprocessingTests.IpaffsCancelledTests.NotificationShouldBeDeleted_AndRelationshipsRemoved_AndHaveAuditEntries: Btms.Backend.IntegrationTests/PreprocessingTests/IpaffsCancelledTests.cs#L23
Expected notification.Status to be ImportNotificationStatusEnum.Cancelled {value: 8}, but found ImportNotificationStatusEnum.InProgress {value: 4}.
Run Pull Request Checks
Process completed with exit code 1.
Run Pull Request Checks: TestGenerator.IntegrationTesting.Backend/MultipleScenarioGeneratorBaseTest.cs#L11
Cannot convert null literal to non-nullable reference type.
Run Pull Request Checks: TestGenerator.IntegrationTesting.Backend/MultipleScenarioGeneratorBaseTest.cs#L23
Non-nullable field 'LoadedData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.