Skip to content

Commit

Permalink
Fix test imports
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Jan 26, 2024
1 parent fdb9aab commit abe9d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions substrate/frame/support/test/tests/pallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ use frame_support::{
UnfilteredDispatchable,
},
weights::{RuntimeDbWeight, Weight},
OrdNoBound, PartialOrdNoBound,
};
use scale_info::{meta_type, TypeInfo};
use sp_io::{
Expand Down
1 change: 1 addition & 0 deletions substrate/frame/support/test/tests/pallet_instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ use frame_support::{
UnfilteredDispatchable,
},
weights::Weight,
OrdNoBound, PartialOrdNoBound,
};
use sp_io::{
hashing::{blake2_128, twox_128, twox_64},
Expand Down

0 comments on commit abe9d16

Please sign in to comment.