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 cb280c3 commit 5a5eb41Copy full SHA for 5a5eb41
test/JsonApiDotNetCoreExampleTests/Acceptance/TodoItemsControllerTests.cs
@@ -285,7 +285,7 @@ public async Task Can_Post_TodoItem()
285
attributes = new
286
{
287
description = todoItem.Description,
288
- ordinial = todoItem.Ordinal
+ ordinal = todoItem.Ordinal
289
},
290
relationships = new
291
@@ -343,7 +343,7 @@ public async Task Can_Patch_TodoItem()
343
344
345
description = newTodoItem.Description,
346
- ordinial = newTodoItem.Ordinal
+ ordinal = newTodoItem.Ordinal
347
}
348
349
};
0 commit comments