We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f265fa commit 36ceb97Copy full SHA for 36ceb97
test/JsonApiDotNetCoreExampleTests/Acceptance/Spec/ResourceTypeMismatchTests.cs
@@ -1,15 +1,8 @@
1
-using System.Collections.Generic;
2
-using System.Linq;
3
using System.Net;
4
using System.Threading.Tasks;
5
-using Bogus;
6
using JsonApiDotNetCore.Serialization.Objects;
7
-using JsonApiDotNetCoreExample.Models;
8
-using JsonApiDotNetCoreExampleTests.Helpers.Models;
9
-using Microsoft.EntityFrameworkCore;
10
using Newtonsoft.Json;
11
using Xunit;
12
-using Person = JsonApiDotNetCoreExample.Models.Person;
13
14
namespace JsonApiDotNetCoreExampleTests.Acceptance.Spec
15
{
0 commit comments