Skip to content

Slimmed down immutable exercise even more to follow Decider pattern #819

Slimmed down immutable exercise even more to follow Decider pattern

Slimmed down immutable exercise even more to follow Decider pattern #819

Triggered via pull request May 3, 2024 10:51
Status Failure
Total duration 4m 1s
Artifacts

build.dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
IntroductionToEventSourcing.BusinessLogic.Mutable.BusinessLogicTests.RunningSequenceOfBusinessLogic_ShouldGenerateSequenceOfEvents: Workshops/IntroductionToEventSourcing/Solved/07-BusinessLogic/Mutable/BusinessLogicTests.cs#L87
Expected property shoppingCart.ProductItems[0].Quantity to be 1, but found 3. Expected property shoppingCart.ProductItems[0].TotalPrice to be 100M, but found 300M. With configuration: - Use declared types and members - Compare enums by value - Compare tuples by their properties - Compare anonymous types by their properties - Compare records by their members - Include non-browsable members - Match member by name (or throw) - Be strict about the order of items in byte arrays - Without automatic conversion.
build
Process completed with exit code 1.