Skip to content

Commit 36ceb97

Browse files
committed
fix: unused usings
1 parent 9f265fa commit 36ceb97

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/JsonApiDotNetCoreExampleTests/Acceptance/Spec/ResourceTypeMismatchTests.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
using System.Collections.Generic;
2-
using System.Linq;
31
using System.Net;
42
using System.Threading.Tasks;
5-
using Bogus;
63
using JsonApiDotNetCore.Serialization.Objects;
7-
using JsonApiDotNetCoreExample.Models;
8-
using JsonApiDotNetCoreExampleTests.Helpers.Models;
9-
using Microsoft.EntityFrameworkCore;
104
using Newtonsoft.Json;
115
using Xunit;
12-
using Person = JsonApiDotNetCoreExample.Models.Person;
136

147
namespace JsonApiDotNetCoreExampleTests.Acceptance.Spec
158
{

0 commit comments

Comments
 (0)