Failed Unit Tests fixed in .NET Microservices Sample Reference Application eShopOnContainers

Running the unit tests of Microsoft’s .NET Microservices Sample Reference Application eShopOnContainers, some of them failed.

I’m happy I was able to contribute to the project by fixing the root cause of the failure of the tests MarketingScenarios.Set_new_user_location_and_get_location_campaign_by_user_id and IntegrationEventsScenarios.Post_update_product_price_and_catalog_and_basket_list_modified.

See the corresponding issues #1403 and #1404 on GitHub for details. The fix was provided by pull request #1406.

Let’s keep the fingers crossed that from now on everyone will check the unit tests before committing any changes 😉