Skip to content

Commit

Permalink
Update DiffToolsTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Nov 26, 2021
1 parent 8a05ed3 commit 20915fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/DiffEngine.Tests/DiffToolsTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using DiffEngine;
#if NET6_0
using DiffEngine;
using Xunit;
using Xunit.Abstractions;

Expand Down Expand Up @@ -145,4 +146,5 @@ public DiffToolsTest(ITestOutputHelper output) :
{
DiffTools.Reset();
}
}
}
#endif

0 comments on commit 20915fd

Please sign in to comment.