diff --git a/pallets/duniter-wot/src/mock.rs b/pallets/duniter-wot/src/mock.rs index d155b350d9c89fc5eea999b777022e88ea878f38..d6872196fd36aab256e9548176af52c9fa4f0526 100644 --- a/pallets/duniter-wot/src/mock.rs +++ b/pallets/duniter-wot/src/mock.rs @@ -92,14 +92,14 @@ impl system::Config for Test { // DuniterWot parameter_types! { pub const MinCertForMembership: u32 = 2; - pub const MinCertForCreateIdtyRigh: u32 = 4; + pub const MinCertForCreateIdtyRight: u32 = 4; pub const FirstIssuableOn: u64 = 2; } impl pallet_duniter_wot::Config<Instance1> for Test { type IsSubWot = frame_support::traits::ConstBool<false>; type MinCertForMembership = MinCertForMembership; - type MinCertForCreateIdtyRight = MinCertForCreateIdtyRigh; + type MinCertForCreateIdtyRight = MinCertForCreateIdtyRight; type FirstIssuableOn = FirstIssuableOn; }