diff --git a/src/commands.rs b/src/commands.rs index 67ad7f95e..38a53fb5f 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -4652,6 +4652,6 @@ mod tests { #[test] fn verify_app() { - Args::command(); + Args::command().debug_assert(); } }