diff --git a/src/ApprovalTests.NUnit3/GlobalUsings.cs b/src/ApprovalTests.NUnit3/GlobalUsings.cs index 3369c9a1..7704c5d8 100644 --- a/src/ApprovalTests.NUnit3/GlobalUsings.cs +++ b/src/ApprovalTests.NUnit3/GlobalUsings.cs @@ -1,3 +1,5 @@ global using ApprovalTests; global using ApprovalTests.Reporters; -global using NUnit.Framework; \ No newline at end of file +global using ApprovalTests.Reporters.TestFrameworks; +global using NUnit.Framework; +global using NUnit.Framework.Internal; \ No newline at end of file diff --git a/src/ApprovalTests.NUnit3/NUnitReporterTest.cs b/src/ApprovalTests.NUnit3/NUnitReporterTest.cs index be1f1f20..48f91335 100644 --- a/src/ApprovalTests.NUnit3/NUnitReporterTest.cs +++ b/src/ApprovalTests.NUnit3/NUnitReporterTest.cs @@ -1,6 +1,3 @@ -using ApprovalTests.Reporters.TestFrameworks; -using NUnit.Framework.Internal; - [TestFixture] public class NUnitReporterTest { diff --git a/src/ApprovalTests.NUnit3/NUnitReporterWithCleanup.cs b/src/ApprovalTests.NUnit3/NUnitReporterWithCleanup.cs index 1d684642..5f9ef4aa 100644 --- a/src/ApprovalTests.NUnit3/NUnitReporterWithCleanup.cs +++ b/src/ApprovalTests.NUnit3/NUnitReporterWithCleanup.cs @@ -1,5 +1,3 @@ -using ApprovalTests.Reporters.TestFrameworks; - public class NUnitReporterWithCleanup : NUnitReporter { public override void Report(string approved, string received)