Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Jan 28, 2025
1 parent 11971d1 commit f2687c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cli.cc
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ For a list of commands, try 'cabin help')"
const std::vector<const char*> args{ "built" };
assertEq(
getCli().expandOpts(args).unwrap_err()->what(),
R"(unexpected argument 'subcmd' found
R"(unexpected argument 'built' found
Tip: did you mean 'build'?
Expand Down

0 comments on commit f2687c0

Please sign in to comment.