Skip to content

Commit 16ec48a

Browse files
author
Bart Koelman
committed
Added missing type, which is a required element
1 parent 19ab9ea commit 16ec48a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/JsonApiDotNetCoreTests/IntegrationTests/AtomicOperations/Mixed/MaximumOperationsPerRequestTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,23 @@ public async Task Cannot_process_more_operations_than_maximum()
3838
op = "add",
3939
data = new
4040
{
41+
type = "performers"
4142
}
4243
},
4344
new
4445
{
4546
op = "remove",
4647
data = new
4748
{
49+
type = "performers"
4850
}
4951
},
5052
new
5153
{
5254
op = "update",
5355
data = new
5456
{
57+
type = "performers"
5558
}
5659
}
5760
}

0 commit comments

Comments
 (0)