Skip to content

Commit 635ebd5

Browse files
Pushed updates addressing review comments.
1 parent a4628ae commit 635ebd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/JsonApiDotNetCoreTests/IntegrationTests/Meta/OperationsRequestMetaTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ await _testContext.RunOnDatabaseAsync(async dbContext =>
582582
}
583583

584584
[Fact]
585-
public async Task Accepts_meta_in_add_ToMany_relationship_operation()
585+
public async Task Accepts_meta_in_add_to_ToMany_relationship_operation()
586586
{
587587
// Arrange
588588
var store = _testContext.Factory.Services.GetRequiredService<RequestDocumentStore>();
@@ -664,7 +664,7 @@ await _testContext.RunOnDatabaseAsync(async dbContext =>
664664
}
665665

666666
[Fact]
667-
public async Task Accepts_meta_in_remove_operation_from_ToMany_relationship()
667+
public async Task Accepts_meta_in_remove_from_ToMany_relationship_operation()
668668
{
669669
// Arrange
670670
var store = _testContext.Factory.Services.GetRequiredService<RequestDocumentStore>();

0 commit comments

Comments
 (0)