companion for #13555 (#6842)

* companion for #13555

* update lockfile for {"substrate"}

* fix: `decl_TryRuntime` -> `decl_for_try_runtime`

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Niklas Adolfsson
2023-03-15 14:34:02 +01:00
committed by GitHub
parent ca787cddd4
commit b6593bbfa5
5 changed files with 213 additions and 196 deletions
+1 -1
View File
@@ -2117,7 +2117,7 @@ sp_api::impl_runtime_apis! {
#[cfg(all(test, feature = "try-runtime"))]
mod remote_tests {
use super::*;
use frame_try_runtime::{runtime_decl_for_TryRuntime::TryRuntime, UpgradeCheckSelect};
use frame_try_runtime::{runtime_decl_for_try_runtime::TryRuntime, UpgradeCheckSelect};
use remote_externalities::{
Builder, Mode, OfflineConfig, OnlineConfig, SnapshotConfig, Transport,
};