We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a80b4e commit 5cf55f8Copy full SHA for 5cf55f8
test/JsonApiDotNetCoreExampleTests/Acceptance/Spec/UpdatingDataTests.cs
@@ -145,7 +145,7 @@ public async Task Can_Patch_Entity()
145
}
146
147
[Fact]
148
- public async Task Patch_Entity_With_HasMany_Does_____()
+ public async Task Patch_Entity_With_HasMany_Does_Not_Included_Relationships()
149
{
150
// arrange
151
var todoItem = _todoItemFaker.Generate();
0 commit comments