Skip to content

Commit

Permalink
obsolete CombinationApprovals
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 25, 2024
1 parent 8c48374 commit 21b0c71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/Verify.ApprovalTestsTransition/CombinationApprovals.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
namespace ApprovalTests.Combinations;

[Obsolete("Use Verifier.VerifyCombinations", true)]
public static class CombinationApprovals;
1 change: 0 additions & 1 deletion src/Verify.Fixie/GlobalUsings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
global using System.IO.Compression;
global using VerifyTests;
global using Polyfills;
global using EmptyFiles;
global using Fixie;
global using CharSpan = System.ReadOnlySpan<char>;

0 comments on commit 21b0c71

Please sign in to comment.