clap-utils: Allow fine-tuning offline args
This commit is contained in:
committed by
mergify[bot]
parent
71a308affd
commit
4feead323d
@@ -179,7 +179,7 @@ mod tests {
|
||||
fn test_blockhash_query_new_from_matches_ok() {
|
||||
let test_commands = App::new("blockhash_query_test")
|
||||
.nonce_args(false)
|
||||
.offline_args(false);
|
||||
.offline_args();
|
||||
let blockhash = hash(&[1u8]);
|
||||
let blockhash_string = blockhash.to_string();
|
||||
|
||||
|
Reference in New Issue
Block a user