mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
Proper naming wrt expectations (#12311)
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
This commit is contained in:
@@ -195,7 +195,7 @@ where
|
||||
block_ws_uri.clone(),
|
||||
expected_spec_name,
|
||||
expected_spec_version,
|
||||
shared.no_spec_name_check,
|
||||
shared.no_spec_check_panic,
|
||||
)
|
||||
.await;
|
||||
|
||||
|
||||
@@ -275,7 +275,7 @@ where
|
||||
command.uri.clone(),
|
||||
expected_spec_name,
|
||||
expected_spec_version,
|
||||
shared.no_spec_name_check,
|
||||
shared.no_spec_check_panic,
|
||||
)
|
||||
.await;
|
||||
|
||||
|
||||
@@ -152,7 +152,7 @@ where
|
||||
header_ws_uri,
|
||||
expected_spec_name,
|
||||
expected_spec_version,
|
||||
shared.no_spec_name_check,
|
||||
shared.no_spec_check_panic,
|
||||
)
|
||||
.await;
|
||||
|
||||
|
||||
@@ -64,7 +64,7 @@ where
|
||||
uri,
|
||||
expected_spec_name,
|
||||
expected_spec_version,
|
||||
shared.no_spec_name_check,
|
||||
shared.no_spec_check_panic,
|
||||
)
|
||||
.await;
|
||||
}
|
||||
|
||||
@@ -421,9 +421,9 @@ pub struct SharedParams {
|
||||
#[clap(long)]
|
||||
pub heap_pages: Option<u64>,
|
||||
|
||||
/// When enabled, the spec name check will not panic, and instead only show a warning.
|
||||
/// When enabled, the spec check will not panic, and instead only show a warning.
|
||||
#[clap(long)]
|
||||
pub no_spec_name_check: bool,
|
||||
pub no_spec_check_panic: bool,
|
||||
|
||||
/// State version that is used by the chain.
|
||||
#[clap(long, default_value = "1", parse(try_from_str = parse::state_version))]
|
||||
|
||||
Reference in New Issue
Block a user