@@ -547,7 +547,7 @@ await SimpleTestPackageUtility.CreatePackagesAsync(
547547 [ InlineData ( "apple" , "net9.0" , "banana" , "net10.0" ) ]
548548 [ InlineData ( "apple" , "net10.0" , "banana" , "net10.0" ) ]
549549 [ InlineData ( "banana" , "net10.0" , "apple" , "net10.0" ) ]
550- public async Task RestoreCommand_WithAliases_WithConditionalWarningSuppression_SupressesWarningsCorrectly ( string firstAlias , string firstFramework , string secondAlias , string secondFramework )
550+ public async Task RestoreCommand_WithAliases_WithConditionalWarningSuppression_SuppressesWarningsCorrectly ( string firstAlias , string firstFramework , string secondAlias , string secondFramework )
551551 {
552552 using var pathContext = new SimpleTestPathContext ( ) ;
553553 var rootProject = @"
@@ -600,7 +600,7 @@ await SimpleTestPackageUtility.CreatePackagesAsync(
600600 // P (apple) -> Project2 (apple) -> Package A
601601 // P (banana) -> Project2 (banana) -> Package B
602602 [ Fact ]
603- public async Task RestoreCommand_WithAliasesOfSameFrameworkAndProjectReferences_WithConditionalWarningSuppression_SupressesWarningsCorrectly ( )
603+ public async Task RestoreCommand_WithAliasesOfSameFrameworkAndProjectReferences_WithConditionalWarningSuppression_SuppressesWarningsCorrectly ( )
604604 {
605605 using var pathContext = new SimpleTestPathContext ( ) ;
606606
@@ -675,7 +675,7 @@ public async Task RestoreCommand_WithAliasesOfSameFrameworkAndProjectReferences_
675675 }
676676
677677 [ Fact ]
678- public async Task RestoreCommand_WithAliasesOfSameFrameworkAndProjectReferenceToASingleProject_WithConditionalWarningSuppression_SupressesWarningsCorrectly ( )
678+ public async Task RestoreCommand_WithAliasesOfSameFrameworkAndProjectReferenceToASingleProject_WithConditionalWarningSuppression_SuppressesWarningsCorrectly ( )
679679 {
680680 using var pathContext = new SimpleTestPathContext ( ) ;
681681
0 commit comments