Skip to content

Commit

Permalink
chore: Update Verify.Xunit dependencies (#9624)
Browse files Browse the repository at this point in the history
  • Loading branch information
filzrev authored Jan 18, 2024
1 parent 00f043a commit d79836f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ updates:
patterns:
- "Spectre.Console"
- "Spectre.Console.*"
xunit:
patterns:
- "xunit"
- "xunit.*"
- "Verify.Xunit"

- package-ecosystem: npm
target-branch: main
Expand Down
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0-preview-23577-04" />
<PackageVersion Include="PublicApiGenerator" Version="11.1.0" />
<PackageVersion Include="Verify.DiffPlex" Version="2.3.0" />
<PackageVersion Include="Verify.Xunit" Version="22.11.5" />
<PackageVersion Include="Verify.Xunit" Version="23.0.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.6" />
<PackageVersion Include="xunit" Version="2.6.5" />
<PackageVersion Include="xunit" Version="2.6.6" />
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion test/docfx.Snapshot.Tests/SamplesTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

namespace Docfx.Tests;

[UsesVerify]
[Trait("Stage", "Snapshot")]
public class SamplesTest
{
Expand Down
1 change: 0 additions & 1 deletion test/docfx.Tests/PublicApiContractTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

namespace Docfx.Tests;

[UsesVerify]
public class PublicApiContractTest
{
[Fact]
Expand Down

0 comments on commit d79836f

Please sign in to comment.