Skip to content

Commit 63754fd

Browse files
Fix build
1 parent bcc248b commit 63754fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/JsonApiDotNetCoreTests/IntegrationTests/Meta/RequestMetaTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ await _testContext.RunOnDatabaseAsync(async dbContext =>
526526
store.Document.Data.ManyValue[1].Meta.Should().BeEquivalentToJson(identifierMeta2);
527527
}
528528

529+
[Fact]
529530
public async Task Accepts_meta_in_remove_relationship_request()
530531
{
531532
// Arrange

0 commit comments

Comments
 (0)