Skip to content

Commit

Permalink
update polkadot sdk and fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Dec 2, 2023
1 parent 5ea29ab commit dc15e05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion parachain/pallets/inbound-queue/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fn test_submit_happy_path() {
nonce: 1,
message_id: [
87, 139, 41, 107, 220, 225, 189, 145, 129, 58, 178, 27, 103, 150, 141, 241, 152,
122, 46, 202, 151, 237, 245, 152, 195, 58, 50, 16, 71, 96, 89, 87
122, 46, 202, 151, 237, 245, 152, 195, 58, 50, 16, 71, 96, 89, 87,
],
}
.into()]);
Expand Down
2 changes: 1 addition & 1 deletion parachain/runtime/tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

mod test_cases;

use asset_hub_rococo_runtime::xcm_config::bridging::to_ethereum::BridgeHubEthereumBaseFeeInROC;
use bridge_hub_rococo_runtime::{xcm_config::XcmConfig, Runtime, RuntimeEvent, SessionKeys};
use codec::Decode;
use parachains_common::{AccountId, AuraId};
use asset_hub_rococo_runtime::xcm_config::bridging::to_ethereum::BridgeHubEthereumBaseFeeInROC;
use sp_core::H160;
use sp_keyring::AccountKeyring::Alice;

Expand Down
2 changes: 1 addition & 1 deletion parachain/runtime/tests/src/test_cases.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

//! Module contains predefined test-case scenarios for `Runtime` with bridging capabilities.

use asset_hub_rococo_runtime::xcm_config::bridging::to_ethereum::BridgeHubEthereumBaseFeeInROC;
use codec::Encode;
use frame_support::{assert_err, assert_ok, traits::fungible::Mutate};
use asset_hub_rococo_runtime::xcm_config::bridging::to_ethereum::BridgeHubEthereumBaseFeeInROC;
use parachains_runtimes_test_utils::{
AccountIdOf, BalanceOf, CollatorSessionKeys, ExtBuilder, ValidatorIdOf, XcmReceivedFrom,
};
Expand Down
2 changes: 1 addition & 1 deletion polkadot-sdk
Submodule polkadot-sdk updated 0 files

0 comments on commit dc15e05

Please sign in to comment.