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:
Andrei Sandu
2022-09-20 17:17:34 +03:00
committed by GitHub
parent d03729e2c6
commit 6e424467a2
5 changed files with 6 additions and 6 deletions
@@ -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;
}