Skip to content

Commit

Permalink
Update Verify.Xunit
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman committed Feb 16, 2024
1 parent dafae34 commit 22e51d1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/Tests/BasicUsagesTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ namespace Tests;
/// <summary>
/// BasicUsagesTest.
/// </summary>
[UsesVerify]
public class BasicUsagesTest
{
private static readonly List<Student> _students = StudentsGenerator.GenerateStudents();
Expand Down
1 change: 0 additions & 1 deletion src/Tests/OtherUsagesTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ namespace Tests;
/// <summary>
/// OtherUsagesTest.
/// </summary>
[UsesVerify]
public class OtherUsagesTest
{
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Using.Spectre.Console.Rx.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Shouldly" Version="4.2.1" />
<PackageReference Include="Verify.Xunit" Version="22.11.5" />
<PackageReference Include="Verify.Xunit" Version="23.2.0" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 22e51d1

Please sign in to comment.