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 b6dc6ee commit fc57f7aCopy full SHA for fc57f7a
test/JsonApiDotNetCoreExampleTests/IntegrationTests/ReadWrite/Creating/CreateResourceTests.cs
@@ -580,7 +580,7 @@ public async Task Cannot_create_resource_for_broken_JSON_request_body()
580
}
581
582
[Fact]
583
- public async Task Cannot_update_resource_with_incompatible_attribute_value()
+ public async Task Cannot_create_resource_with_incompatible_attribute_value()
584
{
585
// Arrange
586
var requestBody = new
0 commit comments