Skip to content

Commit 17035ec

Browse files
Copilotkamilbaczek
andauthored
fix: add FluentAssertions package reference to Ch3 Reports integration tests
Agent-Logs-Url: https://github.com/evolutionary-architecture/evolutionary-architecture-by-example/sessions/6b607599-1f0f-4f2f-a06b-356b03a80841 Co-authored-by: kamilbaczek <74410956+kamilbaczek@users.noreply.github.com>
1 parent 5ea6d71 commit 17035ec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Chapter-3-microservice-extraction/Fitnet/Src/Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<PackageVersion Include="BouncyCastle.Cryptography" Version="2.4.0" />
3636
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
3737
<PackageVersion Include="EvolutionaryArchitecture.Fitnet.Common.IntegrationTestsToolbox" Version="3.3.3" />
38+
<PackageVersion Include="FluentAssertions" Version="6.12.2" />
3839
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="10.0.1" />
3940
<PackageVersion Include="Microsoft.Extensions.TimeProvider.Testing" Version="10.0.1" />
4041
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />

Chapter-3-microservice-extraction/Fitnet/Src/Reports/Tests/Fitnet.Reports.IntegrationTests/Fitnet.Reports.IntegrationTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<PackageReference Include="BouncyCastle.Cryptography" />
99
<PackageReference Include="EvolutionaryArchitecture.Fitnet.Common.IntegrationTestsToolbox" />
1010
<PackageReference Include="EvolutionaryArchitecture.Fitnet.Contracts.IntegrationEvents" />
11+
<PackageReference Include="FluentAssertions" />
1112
<PackageReference Include="Microsoft.NET.Test.Sdk" />
1213
</ItemGroup>
1314

0 commit comments

Comments
 (0)