Skip to content

Commit fc57f7a

Browse files
author
Bart Koelman
committed
Fixed wrong test name
1 parent b6dc6ee commit fc57f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/JsonApiDotNetCoreExampleTests/IntegrationTests/ReadWrite/Creating/CreateResourceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ public async Task Cannot_create_resource_for_broken_JSON_request_body()
580580
}
581581

582582
[Fact]
583-
public async Task Cannot_update_resource_with_incompatible_attribute_value()
583+
public async Task Cannot_create_resource_with_incompatible_attribute_value()
584584
{
585585
// Arrange
586586
var requestBody = new

0 commit comments

Comments
 (0)