File tree Expand file tree Collapse file tree
test/JsonApiDotNetCoreTests/IntegrationTests/Meta Expand file tree Collapse file tree Original file line number Diff line number Diff 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 > ( ) ;
You can’t perform that action at this time.
0 commit comments