Skip to content

Commit

Permalink
✅ (csproj): add project reference to MigrationTools.Helpers.Tests.csproj
Browse files Browse the repository at this point in the history
Adding the MigrationTools.Helpers.Tests.csproj reference ensures that the tests in MigrationTools.Clients.InMemory.Tests and MigrationTools.Tests projects can utilize the helper methods and utilities defined in MigrationTools.Helpers.Tests. This improves test coverage and code reuse.
  • Loading branch information
MrHinsh committed Jul 26, 2024
1 parent c57577d commit e050b12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<ItemGroup>
<ProjectReference Include="..\MigrationTools.Clients.InMemory\MigrationTools.Clients.InMemory.csproj" />
<ProjectReference Include="..\MigrationTools.Fakes\MigrationTools.Fakes.csproj" />
<ProjectReference Include="..\MigrationTools.Fakes\MigrationTools.Helpers.Tests.csproj" />
<ProjectReference Include="..\MigrationTools.TestExtensions\MigrationTools.TestExtensions.csproj" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions src/MigrationTools.Tests/MigrationTools.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<ItemGroup>
<ProjectReference Include="..\MigrationTools.Clients.InMemory\MigrationTools.Clients.InMemory.csproj" />
<ProjectReference Include="..\MigrationTools.Fakes\MigrationTools.Fakes.csproj" />
<ProjectReference Include="..\MigrationTools.Fakes\MigrationTools.Helpers.Tests.csproj" />
<ProjectReference Include="..\MigrationTools.TestExtensions\MigrationTools.TestExtensions.csproj" />
<ProjectReference Include="..\MigrationTools\MigrationTools.csproj" />
</ItemGroup>
Expand Down

0 comments on commit e050b12

Please sign in to comment.