You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/JsonApiDotNetCoreExampleTests/IntegrationTests/AtomicOperations/QueryStrings/AtomicQueryStringTests.cs
+1-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@
6
6
usingFluentAssertions;
7
7
usingFluentAssertions.Extensions;
8
8
usingJsonApiDotNetCore.Configuration;
9
-
usingJsonApiDotNetCore.Resources;
10
9
usingJsonApiDotNetCore.Serialization.Objects;
11
10
usingJsonApiDotNetCoreExample.Controllers;
12
11
usingJsonApiDotNetCoreExampleTests.Startups;
@@ -38,7 +37,7 @@ public AtomicQueryStringTests(ExampleIntegrationTestContext<TestableStartup<Oper
Copy file name to clipboardExpand all lines: test/JsonApiDotNetCoreExampleTests/IntegrationTests/AtomicOperations/ResourceDefinitions/AtomicSparseFieldSetResourceDefinitionTests.cs
+2-1
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
usingSystem.Net.Http;
4
4
usingSystem.Threading.Tasks;
5
5
usingFluentAssertions;
6
+
usingJsonApiDotNetCore.Configuration;
6
7
usingJsonApiDotNetCore.Resources;
7
8
usingJsonApiDotNetCore.Serialization.Objects;
8
9
usingJsonApiDotNetCoreExample.Controllers;
@@ -28,7 +29,7 @@ public AtomicSparseFieldSetResourceDefinitionTests(ExampleIntegrationTestContext
Copy file name to clipboardExpand all lines: test/JsonApiDotNetCoreExampleTests/IntegrationTests/ResourceDefinitions/ResourceDefinitionQueryCallbackTests.cs
+1-2
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@
5
5
usingFluentAssertions;
6
6
usingFluentAssertions.Extensions;
7
7
usingJsonApiDotNetCore.Configuration;
8
-
usingJsonApiDotNetCore.Resources;
9
8
usingJsonApiDotNetCore.Serialization.Objects;
10
9
usingJsonApiDotNetCoreExampleTests.Startups;
11
10
usingMicrosoft.Extensions.DependencyInjection;
@@ -27,7 +26,7 @@ public ResourceDefinitionQueryCallbackTests(ExampleIntegrationTestContext<Testab
0 commit comments