From a0299f7c6770de37f8a9ef81db943a804da6992c Mon Sep 17 00:00:00 2001 From: Jesse Abramowitz Date: Mon, 5 Aug 2024 12:06:12 -0400 Subject: [PATCH] fix test --- pallets/registry/src/mock.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), }