diff --git a/src/Verify.MSTest.Tests/GlobalUsings.cs b/src/Verify.MSTest.Tests/GlobalUsings.cs index 2aa5a9502d..9acd0e3836 100644 --- a/src/Verify.MSTest.Tests/GlobalUsings.cs +++ b/src/Verify.MSTest.Tests/GlobalUsings.cs @@ -1,3 +1 @@ -// Global using directives - -global using System.Diagnostics; \ No newline at end of file +global using System.Diagnostics; \ No newline at end of file diff --git a/src/Verify.NUnit.Tests/GlobalUsings.cs b/src/Verify.NUnit.Tests/GlobalUsings.cs index beb3121871..06a96f6a6e 100644 --- a/src/Verify.NUnit.Tests/GlobalUsings.cs +++ b/src/Verify.NUnit.Tests/GlobalUsings.cs @@ -1,4 +1,2 @@ -// Global using directives - -global using NUnit.Framework.Interfaces; +global using NUnit.Framework.Interfaces; global using NUnit.Framework.Internal; \ No newline at end of file