File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Tests/Spectre.Console.Cli.Tests/Unit Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ public void Should_Output_Application_Version_To_The_Console_With_Default_Comman
9393 [ Theory ]
9494 [ InlineData ( "-v" ) ]
9595 [ InlineData ( "--version" ) ]
96- public void Should_Execute_Command_Not_Output_Application_Version_To_The_Console ( string versionOption )
96+ public void Should_Execute_Command_Not_Output_Application_Version_To_The_Console_Relaxed_Parsing ( string versionOption )
9797 {
9898 // Given
9999 var fixture = new CommandAppTester ( ) ;
@@ -140,7 +140,7 @@ public void Should_Output_Application_Version_To_The_Console_With_Branch_Default
140140 [ Theory ]
141141 [ InlineData ( "-v" ) ]
142142 [ InlineData ( "--version" ) ]
143- public void Should_Execute_Branch_Default_Command_Not_Output_Application_Version_To_The_Console ( string versionOption )
143+ public void Should_Execute_Branch_Default_Command_Not_Output_Application_Version_To_The_Console_Relaxed_Parsing ( string versionOption )
144144 {
145145 // Given
146146 var fixture = new CommandAppTester ( ) ;
@@ -164,7 +164,7 @@ public void Should_Execute_Branch_Default_Command_Not_Output_Application_Version
164164 [ Theory ]
165165 [ InlineData ( "-v" ) ]
166166 [ InlineData ( "--version" ) ]
167- public void Should_Execute_Branch_Command_Not_Output_Application_Version_To_The_Console ( string versionOption )
167+ public void Should_Execute_Branch_Command_Not_Output_Application_Version_To_The_Console_Relaxed_Parsing ( string versionOption )
168168 {
169169 // Given
170170 var fixture = new CommandAppTester ( ) ;
You can’t perform that action at this time.
0 commit comments