diff --git a/pallets/registry/src/mock.rs b/pallets/registry/src/mock.rs index ae17f6fdd..dc5b75608 100644 --- a/pallets/registry/src/mock.rs +++ b/pallets/registry/src/mock.rs @@ -385,7 +385,7 @@ pub fn new_test_ext() -> sp_io::TestExternalities { pallet_parameters::GenesisConfig:: { request_limit: 5u32, max_instructions_per_programs: 5u64, - total_signers: 5u8, + total_signers: 3u8, threshold: 2u8, _config: Default::default(), }