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 10
10
using Microsoft . AspNetCore . TestHost ;
11
11
using Xunit ;
12
12
13
- namespace JsonApiDotNetCoreExampleTests . IntegrationTests . Spec
13
+ namespace JsonApiDotNetCoreExampleTests . Acceptance . Spec
14
14
{
15
15
[ Collection ( "WebHostCollection" ) ]
16
16
public class ContentNegotiation
Original file line number Diff line number Diff line change 15
15
using Xunit ;
16
16
using JsonApiDotNetCore . Services ;
17
17
using JsonApiDotNetCore . Serialization ;
18
- using System ;
19
18
20
- namespace JsonApiDotNetCoreExampleTests . IntegrationTests
19
+ namespace JsonApiDotNetCoreExampleTests . Acceptance
21
20
{
22
21
[ Collection ( "WebHostCollection" ) ]
23
22
public class TodoItemControllerTests
@@ -64,7 +63,6 @@ public async Task Can_Get_TodoItems()
64
63
Assert . True ( deserializedBody . Count <= expectedEntitiesPerPage ) ;
65
64
}
66
65
67
-
68
66
[ Fact ]
69
67
public async Task Can_Paginate_TodoItems ( )
70
68
{
You can’t perform that action at this time.
0 commit comments