Skip to content

Commit 014f221

Browse files
Copilotdanmoseley
andcommitted
Fix test to expect comma-space separator format in help output
Co-authored-by: danmoseley <[email protected]>
1 parent c090655 commit 014f221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/test/Shared.Tests/CommandLineApplicationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ public void OptionsCanBeInherited()
813813

814814
Assert.Throws<CommandParsingException>(() => app.Execute("subcmd", "-b", "B"));
815815

816-
Assert.Contains("-a|--option-a", subcmd.GetHelpText());
816+
Assert.Contains("-a, --option-a", subcmd.GetHelpText());
817817
}
818818

819819
[Fact]

0 commit comments

Comments
 (0)