Skip to content

Commit

Permalink
fix: Using order
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Dec 17, 2023
1 parent 78768d3 commit 6d266a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using VerifyNUnit;
using VerifyTests;
using global::NUnit.Framework;
using global::NUnit.Framework.Internal;
using global::NUnit.Framework.Internal.Builders;
using VerifyNUnit;
using VerifyTests;

/// <summary>
/// Base class for Trait Attribute tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

using System.Diagnostics.CodeAnalysis;
using System.Threading.Tasks;
using NetEvolve.Extensions.NUnit;
using global::NUnit.Framework;
using NetEvolve.Extensions.NUnit;

/// <summary>
/// Unit tests for <see cref="BugAttribute"/>.
Expand Down

0 comments on commit 6d266a3

Please sign in to comment.