forked from mirrors/jj
cli: reuse default_app()
in test
This commit is contained in:
parent
c06fbfa603
commit
1665e1dd21
1 changed files with 1 additions and 2 deletions
|
@ -4584,7 +4584,6 @@ mod tests {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn verify_app() {
|
fn verify_app() {
|
||||||
let app = Commands::augment_subcommands(Args::command());
|
default_app().debug_assert();
|
||||||
app.debug_assert();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue