Skip to content

Commit f559594

Browse files
committed
cleanup
1 parent 9db7f02 commit f559594

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/SortedPropertiesTests/SortedPropertiesTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Newtonsoft.Json;
2-
using Newtonsoft.Json.Linq;
32
using VerifyTests;
43
using VerifyXunit;
54
using Xunit;

src/Verify.Tests/Naming/NamerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[UsesVerify]
66
public class NamerTests
77
{
8-
#if NET6_0
8+
#if NET6_0 && DEBUG
99
[Fact]
1010
public async Task ThrowOnConflict()
1111
{

0 commit comments

Comments
 (0)