Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed May 11, 2024
1 parent 6fb6025 commit ba74b08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 3 additions & 1 deletion src/ApprovalTests.NUnit3/GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
global using ApprovalTests;
global using ApprovalTests.Reporters;
global using NUnit.Framework;
global using ApprovalTests.Reporters.TestFrameworks;
global using NUnit.Framework;
global using NUnit.Framework.Internal;
3 changes: 0 additions & 3 deletions src/ApprovalTests.NUnit3/NUnitReporterTest.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using ApprovalTests.Reporters.TestFrameworks;
using NUnit.Framework.Internal;

[TestFixture]
public class NUnitReporterTest
{
Expand Down
2 changes: 0 additions & 2 deletions src/ApprovalTests.NUnit3/NUnitReporterWithCleanup.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using ApprovalTests.Reporters.TestFrameworks;

public class NUnitReporterWithCleanup : NUnitReporter
{
public override void Report(string approved, string received)
Expand Down

0 comments on commit ba74b08

Please sign in to comment.