Skip to content

Commit f9bd02f

Browse files
Fix compilation error.
1 parent 45dc467 commit f9bd02f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/JsonApiDotNetCoreTests/IntegrationTests/Meta/OperationsRequestMetaTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ await _testContext.RunOnDatabaseAsync(async dbContext =>
495495
operation.Meta.Should().BeEquivalentToJson(operationMeta);
496496

497497
operation.Data.SingleValue.Should().NotBeNull();
498-
operation.Data.SingleValue.Meta.Should().BeEquivalentToJson(relationshipMeta);
498+
operation.Data.SingleValue.Meta.Should().BeEquivalentToJson(identifierMeta);
499499
});
500500
}
501501

0 commit comments

Comments
 (0)