Skip to content

Commit

Permalink
Fix latest substrate compatibility check (#653)
Browse files Browse the repository at this point in the history
* Fix weights refs

* Update Runtime Call name
  • Loading branch information
ascjones authored Sep 15, 2022
1 parent e64ab19 commit 359c3da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion testing/integration-tests/src/frame/contracts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use crate::{
node_runtime::{
self,
contracts::events,
runtime_types::frame_support::weights::weight_v2::Weight,
runtime_types::sp_weights::weight_v2::Weight,
system,
},
test_context,
Expand Down
4 changes: 2 additions & 2 deletions testing/integration-tests/src/frame/sudo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::{
self,
runtime_types::{
self,
frame_support::weights::weight_v2::Weight,
sp_weights::weight_v2::Weight,
},
sudo,
},
Expand All @@ -16,7 +16,7 @@ use crate::{
};
use sp_keyring::AccountKeyring;

type Call = runtime_types::kitchensink_runtime::Call;
type Call = runtime_types::kitchensink_runtime::RuntimeCall;
type BalancesCall = runtime_types::pallet_balances::pallet::Call;

#[tokio::test]
Expand Down

0 comments on commit 359c3da

Please # to comment.