Skip to content

Commit

Permalink
fix: use correct result test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Feb 1, 2025
1 parent 5edc010 commit 9431090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions template/UnitTest/Initializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ public static class Initializer
{
public static void Initialize()
{
AssertionConfiguration.Current.Equivalency.Modify(o =>
o.Using(new ResultEquivalencyStep())
);
AssertionConfiguration.Current.Equivalency.Modify(o => o.Using(new ResultEquivalencyStep()));
}
}
2 changes: 1 addition & 1 deletion template/UnitTest/UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AtomiCloud.Result.TestHelper" Version="1.2.0" />
<PackageReference Include="AtomiCloud.Result.TestHelper" Version="1.3.0" />
<PackageReference Include="coverlet.collector" Version="6.0.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 9431090

Please sign in to comment.