ok/jj
1
0
Fork 0
forked from mirrors/jj

cli: reuse default_app() in test

This commit is contained in:
Martin von Zweigbergk 2022-09-29 09:30:19 -07:00 committed by Martin von Zweigbergk
parent c06fbfa603
commit 1665e1dd21

View file

@ -4584,7 +4584,6 @@ mod tests {
#[test]
fn verify_app() {
let app = Commands::augment_subcommands(Args::command());
app.debug_assert();
default_app().debug_assert();
}
}