Skip to content

Commit

Permalink
chore(deps): update dependency verify.xunit to v24 (#368)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency verify.xunit to v24

* Update Fusillade.csproj

* Update ApiApprovalTests.cs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chris Pulman <[email protected]>
  • Loading branch information
renovate[bot] and ChrisPulman authored May 2, 2024
1 parent 69c6de7 commit 08baf13
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<PackageReference Include="xunit.runner.console" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0" />
<PackageReference Include="Xunit.StaFact" Version="1.1.11" />
<PackageReference Include="Verify.Xunit" Version="22.11.5" />
<PackageReference Include="Verify.Xunit" Version="24.1.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="PublicApiGenerator" Version="11.1.0" />
<PackageReference Include="coverlet.msbuild" Version="6.0.2" PrivateAssets="All" />
Expand Down
2 changes: 0 additions & 2 deletions src/Fusillade.Tests/API/ApiApprovalTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

using System.Diagnostics.CodeAnalysis;
using System.Threading.Tasks;
using VerifyXunit;
using Xunit;

namespace Fusillade.APITests
Expand All @@ -14,7 +13,6 @@ namespace Fusillade.APITests
/// Tests for handling API approval.
/// </summary>
[ExcludeFromCodeCoverage]
[UsesVerify]
public class ApiApprovalTests
{
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion src/Fusillade/Fusillade.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

<ItemGroup>
<PackageReference Include="punchclock" Version="3.*" />
<PackageReference Include="Splat" Version="14.*" />
<PackageReference Include="Splat" Version="15.*" />
</ItemGroup>
</Project>

0 comments on commit 08baf13

Please sign in to comment.