Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fixup merge
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 Jul 17, 2023
1 parent 9f32ff3 commit 8371c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/support/procedural/src/pallet/expand/hooks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ pub fn expand_hooks(def: &mut Def) -> proc_macro2::TokenStream {
#frame_support::sp_io::TestExternalities::default().execute_with(|| {
<
Self as #frame_support::traits::Hooks<
<T as #frame_system::Config>::BlockNumberFor::<T>
#frame_system::pallet_prelude::BlockNumberFor::<T>
>
>::integrity_test()
});
Expand Down

0 comments on commit 8371c01

Please sign in to comment.