Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Apr 17, 2020
1 parent 409038d commit 3e4f277
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
12 changes: 1 addition & 11 deletions src/DeterministicTests/Tests.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using DiffEngine;
using EmptyFiles;
using Verify;
using System.Threading.Tasks;
using VerifyXunit;
using Xunit;
using Xunit.Abstractions;
using Xunit.Sdk;

public class Tests :
VerifyBase
Expand Down
4 changes: 1 addition & 3 deletions src/Verify.Tests/Snippets/Snippets.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using System;
using System.Diagnostics;
using System.Diagnostics;
using System.Threading.Tasks;
using DiffEngine;
using Newtonsoft.Json;
using Verify;
using VerifyXunit;
Expand Down
1 change: 0 additions & 1 deletion src/Verify.Tests/Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using DiffEngine;
using Verify;
using VerifyXunit;
using Xunit;
Expand Down

0 comments on commit 3e4f277

Please sign in to comment.