forked from mirrors/jj
tests: fix test checking clap arguments to actually check
This commit is contained in:
parent
bc3c2db828
commit
3d81d21ff5
1 changed files with 1 additions and 1 deletions
|
@ -4652,6 +4652,6 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
fn verify_app() {
|
||||
Args::command();
|
||||
Args::command().debug_assert();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue