Skip to content

Commit 5cf55f8

Browse files
committed
fix test name
1 parent 1a80b4e commit 5cf55f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/JsonApiDotNetCoreExampleTests/Acceptance/Spec/UpdatingDataTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public async Task Can_Patch_Entity()
145145
}
146146

147147
[Fact]
148-
public async Task Patch_Entity_With_HasMany_Does_____()
148+
public async Task Patch_Entity_With_HasMany_Does_Not_Included_Relationships()
149149
{
150150
// arrange
151151
var todoItem = _todoItemFaker.Generate();

0 commit comments

Comments
 (0)