Skip to content

Commit

Permalink
Fully addresses review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankRay78 authored and patriksvensson committed Jan 15, 2024
1 parent cee9782 commit d5b4621
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -591,9 +591,9 @@ public void Should_Allow_Special_Symbols_In_Name(string option)
/// -v or --version switches should result in the Version option being set
/// on VersionSettings, and then VersionCommand.Execute(...) being called
/// </summary>
[Theory]
[InlineData("-v")]
[InlineData("--version")]
[Theory]
public void Should_Run_Custom_Version_Command(string versionOption)
{
// Given
Expand Down

0 comments on commit d5b4621

Please sign in to comment.