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 1cd04a2 commit f1ca076Copy full SHA for f1ca076
1 file changed
test/JsonApiDotNetCoreTests/IntegrationTests/Meta/OperationsRequestMetaTests.cs
@@ -144,8 +144,8 @@ public async Task Accepts_meta_in_update_resource_operation_with_ToMany_relation
144
Dictionary<string, object?> identifierMeta1 = _fakers.IdentifierMeta.GenerateOne();
145
Dictionary<string, object?> identifierMeta2 = _fakers.IdentifierMeta.GenerateOne();
146
147
- string newFamilyName = _fakers.ProductFamily.GenerateOne().Name;
148
ProductFamily existingFamily = _fakers.ProductFamily.GenerateOne();
+ string newFamilyName = _fakers.ProductFamily.GenerateOne().Name;
149
SupportTicket existingTicket1 = _fakers.SupportTicket.GenerateOne();
150
SupportTicket existingTicket2 = _fakers.SupportTicket.GenerateOne();
151
0 commit comments