Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
at-grandpa committed May 16, 2020
1 parent d6c71ba commit 0eb1819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/clim/dsl_spec/sub_command/sub_command_03_01_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec_for_alias_name(
{
argv: ["sub_command_1", "sub_sub_command_1", "arg1", "arg2"],
expect_help: {{sub_sub_1_help_message}},
expect_args_value: ["arg1", "arg"],
expect_args_value: ["arg1", "arg2"],
},
{
argv: ["alias_sub_command_1", "sub_sub_command_1", "arg1", "arg2"],
Expand Down

0 comments on commit 0eb1819

Please sign in to comment.