diff --git a/src/commands.rs b/src/commands.rs index 95f4f5189..169713794 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -4584,7 +4584,6 @@ mod tests { #[test] fn verify_app() { - let app = Commands::augment_subcommands(Args::command()); - app.debug_assert(); + default_app().debug_assert(); } }