tests: fix test checking clap arguments to actually check

This commit is contained in:
Martin von Zweigbergk 2022-04-09 15:40:29 -07:00 committed by Martin von Zweigbergk
parent bc3c2db828
commit 3d81d21ff5

View File

@ -4652,6 +4652,6 @@ mod tests {
#[test]
fn verify_app() {
Args::command();
Args::command().debug_assert();
}
}