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 45dc467 commit f9bd02fCopy full SHA for f9bd02f
1 file changed
test/JsonApiDotNetCoreTests/IntegrationTests/Meta/OperationsRequestMetaTests.cs
@@ -495,7 +495,7 @@ await _testContext.RunOnDatabaseAsync(async dbContext =>
495
operation.Meta.Should().BeEquivalentToJson(operationMeta);
496
497
operation.Data.SingleValue.Should().NotBeNull();
498
- operation.Data.SingleValue.Meta.Should().BeEquivalentToJson(relationshipMeta);
+ operation.Data.SingleValue.Meta.Should().BeEquivalentToJson(identifierMeta);
499
});
500
}
501
0 commit comments