Skip to content

Commit a133a32

Browse files
Fix failed code inspection
1 parent 689405b commit a133a32

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/JsonApiDotNetCoreTests/IntegrationTests/Meta/OperationsRequestMetaTests.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ await _testContext.RunOnDatabaseAsync(async dbContext =>
181181
{
182182
data = new[]
183183
{
184-
new {
184+
new
185+
{
185186
type = "supportTickets",
186187
id = existingTicket1.StringId,
187188
meta = identifierMeta1
@@ -367,6 +368,7 @@ await _testContext.RunOnDatabaseAsync(async dbContext =>
367368
dbContext.SupportTickets.AddRange(existingTicket1, existingTicket2);
368369
await dbContext.SaveChangesAsync();
369370
});
371+
370372
var requestBody = new
371373
{
372374
atomic__operations = new[]

0 commit comments

Comments
 (0)