Skip to content

Added exercises to slim down aggregates and entities #816

Added exercises to slim down aggregates and entities

Added exercises to slim down aggregates and entities #816

Triggered via pull request May 3, 2024 09:50
Status Failure
Total duration 4m 2s
Artifacts

build.dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ECommerce.Api.Tests.ShoppingCarts.AddingProduct.AddProductTests.Post_Should_AddProductItem_To_ShoppingCart
Expected object not to be <null> because ETag response header should be defined.
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.
ECommerce.Api.Tests.ShoppingCarts.Opening.OpenShoppingCartTests.Post_ShouldReturn_CreatedStatus_With_CartId
Expected object not to be <null> because ETag response header should be defined.
build
Process completed with exit code 1.