Skip to content

Commit d50fb51

Browse files
committed
clean(error-test): remove unused ns
1 parent aa6faf4 commit d50fb51

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/JsonApiDotNetCoreExampleTests/Acceptance/Extensibility/CustomErrorTests.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
using DotNetCoreDocs;
2-
using JsonApiDotNetCoreExample;
3-
using DotNetCoreDocs.Writers;
41
using Newtonsoft.Json;
52
using JsonApiDotNetCore.Internal;
63
using JsonApiDotNetCore.Serialization;
74
using Xunit;
8-
using System.Diagnostics;
95

106
namespace JsonApiDotNetCoreExampleTests.Acceptance.Extensibility
117
{
@@ -14,8 +10,6 @@ public class CustomErrorTests
1410
[Fact]
1511
public void Can_Return_Custom_Error_Types()
1612
{
17-
// while(!Debugger.IsAttached) { bool stop = false; }
18-
1913
// arrange
2014
var error = new CustomError("507", "title", "detail", "custom");
2115
var errorCollection = new ErrorCollection();

0 commit comments

Comments
 (0)