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 689405b commit a133a32Copy full SHA for a133a32
1 file changed
test/JsonApiDotNetCoreTests/IntegrationTests/Meta/OperationsRequestMetaTests.cs
@@ -181,7 +181,8 @@ await _testContext.RunOnDatabaseAsync(async dbContext =>
181
{
182
data = new[]
183
184
- new {
+ new
185
+ {
186
type = "supportTickets",
187
id = existingTicket1.StringId,
188
meta = identifierMeta1
@@ -367,6 +368,7 @@ await _testContext.RunOnDatabaseAsync(async dbContext =>
367
368
dbContext.SupportTickets.AddRange(existingTicket1, existingTicket2);
369
await dbContext.SaveChangesAsync();
370
});
371
+
372
var requestBody = new
373
374
atomic__operations = new[]
0 commit comments