Skip to content

Commit 5a5eb41

Browse files
committed
fix(tests): ordinal misspelled
1 parent cb280c3 commit 5a5eb41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/JsonApiDotNetCoreExampleTests/Acceptance/TodoItemsControllerTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public async Task Can_Post_TodoItem()
285285
attributes = new
286286
{
287287
description = todoItem.Description,
288-
ordinial = todoItem.Ordinal
288+
ordinal = todoItem.Ordinal
289289
},
290290
relationships = new
291291
{
@@ -343,7 +343,7 @@ public async Task Can_Patch_TodoItem()
343343
attributes = new
344344
{
345345
description = newTodoItem.Description,
346-
ordinial = newTodoItem.Ordinal
346+
ordinal = newTodoItem.Ordinal
347347
}
348348
}
349349
};

0 commit comments

Comments
 (0)