Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed Sep 28, 2023
1 parent f1ebaba commit 944279a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/bin/node/executor/tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ use kitchensink_runtime::{
constants::currency::*, Block, BuildStorage, CheckedExtrinsic, Header, Runtime,
UncheckedExtrinsic,
};
use node_executor::ExecutorDispatch;
use node_primitives::{BlockNumber, Hash};
use node_testing::keyring::*;
use polkadot_node_executor::ExecutorDispatch;
use sp_externalities::Externalities;

pub const TEST_KEY_TYPE_ID: KeyTypeId = KeyTypeId(*b"test");
Expand Down

0 comments on commit 944279a

Please sign in to comment.