Skip to content

Commit 8c306ef

Browse files
Fix compilation error
1 parent 0c6328f commit 8c306ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/JsonApiDotNetCoreTests/IntegrationTests/Meta/RequestMetaTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,8 @@ await _testContext.RunOnDatabaseAsync(async dbContext =>
504504
type = "supportTickets",
505505
id = existingTicket2.StringId,
506506
meta = identifierMeta2
507-
},
508-
}
507+
}
508+
},
509509
meta = documentMeta
510510
};
511511

0 commit comments

Comments
 (0)