Skip to content

Commit

Permalink
Merge pull request #11 from viklover/dependabot/nuget/NUnit.Analyzers…
Browse files Browse the repository at this point in the history
…-4.5.0

Bump NUnit.Analyzers from 3.6.1 to 4.5.0
  • Loading branch information
viklover authored Jan 6, 2025
2 parents a8ad791 + 9e216aa commit 3aefb05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JsonHelper.Net.Test/JsonHelper.Net.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="NUnit.Analyzers" Version="3.6.1" />
<PackageReference Include="NUnit.Analyzers" Version="4.5.0" />
<PackageReference Include="coverlet.collector" Version="6.0.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion JsonHelper.Net.Test/JsonHelperTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public async Task SelectListWithStringsTest(string json, string path, params str
foreach (var item in result!) {
await Console.Out.WriteLineAsync(item);
}
CollectionAssert.AreEquivalent(items, result);
Assert.That(result, Is.EquivalentTo(items));
}
/// <summary>
/// Date selection test
Expand Down

0 comments on commit 3aefb05

Please sign in to comment.