Skip to content

Commit

Permalink
Fix argparse SUITE
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Oct 30, 2024
1 parent 14e885a commit ad0b487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stdlib/test/argparse_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ usage_help_binary(Config) when is_list(Config) ->
" shard help binary for shard (int), default: 0\n",

?assertEqual(Expected,
unicode:characters_to_list(argparse:help(Cmd2, #{}))).
unicode:characters_to_list(argparse:help(Cmd2, #{ progname => erl }))).

usage_required_args() ->
[{doc, "Verify that required args are printed as required in usage"}].
Expand Down

0 comments on commit ad0b487

Please sign in to comment.