diff --git a/Cargo.lock b/Cargo.lock index 68814b784..e6589032b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11363,7 +11363,7 @@ dependencies = [ [[package]] name = "runtime-integration-tests" -version = "1.19.7" +version = "1.19.8" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-dmp-queue", diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 664721008..c0e678965 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runtime-integration-tests" -version = "1.19.7" +version = "1.19.8" description = "Integration tests" authors = ["GalacticCouncil"] edition = "2021" diff --git a/integration-tests/src/evm.rs b/integration-tests/src/evm.rs index 19695b289..8ef7cfeab 100644 --- a/integration-tests/src/evm.rs +++ b/integration-tests/src/evm.rs @@ -252,7 +252,7 @@ mod account_conversion { } #[test] - fn evm_call_from_runtime_rpc_should_be_accepted_from_bound_addresses() { + fn evm_call_from_runtime_rpc_should_be_accepted_from_unbound_addresses() { TestNet::reset(); Hydra::execute_with(|| {