File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
test/JsonApiDotNetCoreExampleTests/Acceptance Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1010using Microsoft . AspNetCore . TestHost ;
1111using Xunit ;
1212
13- namespace JsonApiDotNetCoreExampleTests . IntegrationTests . Spec
13+ namespace JsonApiDotNetCoreExampleTests . Acceptance . Spec
1414{
1515 [ Collection ( "WebHostCollection" ) ]
1616 public class ContentNegotiation
Original file line number Diff line number Diff line change 1515using Xunit ;
1616using JsonApiDotNetCore . Services ;
1717using JsonApiDotNetCore . Serialization ;
18- using System ;
1918
20- namespace JsonApiDotNetCoreExampleTests . IntegrationTests
19+ namespace JsonApiDotNetCoreExampleTests . Acceptance
2120{
2221 [ Collection ( "WebHostCollection" ) ]
2322 public class TodoItemControllerTests
@@ -64,7 +63,6 @@ public async Task Can_Get_TodoItems()
6463 Assert . True ( deserializedBody . Count <= expectedEntitiesPerPage ) ;
6564 }
6665
67-
6866 [ Fact ]
6967 public async Task Can_Paginate_TodoItems ( )
7068 {
You can’t perform that action at this time.
0 commit comments