diff --git a/pallets/duniter-wot/src/mock.rs b/pallets/duniter-wot/src/mock.rs index b32f0b46b7e1c36b27ce7ac04c131f6aa55a6a8e..eceff36db56473e79bec3f74caa7db48d87f57d2 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; }