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 37866c3 commit 1848c87Copy full SHA for 1848c87
test/JsonApiDotNetCoreExampleTests/IntegrationTests/AtomicOperations/Meta/AtomicResourceMetaTests.cs
@@ -90,7 +90,7 @@ public async Task Returns_resource_meta_in_create_resource_with_side_effects()
90
}
91
92
[Fact]
93
- public async Task Returns_top_level_meta_in_update_resource_with_side_effects()
+ public async Task Returns_resource_meta_in_update_resource_with_side_effects()
94
{
95
// Arrange
96
TextLanguage existingLanguage = _fakers.TextLanguage.Generate();
0 commit comments