Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg-duarte committed Dec 23, 2024
1 parent e99072b commit 52e398d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallets/randomness/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ impl frame_system::Config for Test {

impl crate::Config for Test {
type AuthorVrfGetter = DummyVrf<Self>;
type WeightInfo = ();
}

pub struct DummyVrf<C>(core::marker::PhantomData<C>)
Expand Down

0 comments on commit 52e398d

Please sign in to comment.