Skip to content

Commit 1848c87

Browse files
author
Bart Koelman
committed
Fixed invalid test name
1 parent 37866c3 commit 1848c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/JsonApiDotNetCoreExampleTests/IntegrationTests/AtomicOperations/Meta/AtomicResourceMetaTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public async Task Returns_resource_meta_in_create_resource_with_side_effects()
9090
}
9191

9292
[Fact]
93-
public async Task Returns_top_level_meta_in_update_resource_with_side_effects()
93+
public async Task Returns_resource_meta_in_update_resource_with_side_effects()
9494
{
9595
// Arrange
9696
TextLanguage existingLanguage = _fakers.TextLanguage.Generate();

0 commit comments

Comments
 (0)