Skip to content

Commit

Permalink
Merge pull request #1418 from dotnet/dependabot/nuget/Rx.NET/Source/V…
Browse files Browse the repository at this point in the history
…erify.Xunit-8.0.1

Bump Verify.Xunit from 6.26.0 to 8.0.1 in /Rx.NET/Source
  • Loading branch information
bartdesmet committed Nov 9, 2020
2 parents 82bfabd + 4862b64 commit b9904a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public ApiApprovalTests()
{
verifySettings = new VerifySettings();
verifySettings.UseExtension("cs");
verifySettings.OnVerifyMismatch(DiffPlexReporter.Report);
verifySettings.OnVerifyMismatch((filePair, message) => DiffPlexReporter.Report(filePair.Received, filePair.Verified, message));
}

[Fact]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
<PackageReference Include="Verify.Xunit" Version="6.26.0" />
<PackageReference Include="Verify.Xunit" Version="8.0.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<PackageReference Include="DiffPlex" Version="1.6.3" />
Expand Down

0 comments on commit b9904a4

Please sign in to comment.