Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseAbram committed Aug 5, 2024
1 parent 842d108 commit a0299f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/registry/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ pub fn new_test_ext() -> sp_io::TestExternalities {
pallet_parameters::GenesisConfig::<Test> {
request_limit: 5u32,
max_instructions_per_programs: 5u64,
total_signers: 5u8,
total_signers: 3u8,
threshold: 2u8,
_config: Default::default(),
}
Expand Down

0 comments on commit a0299f7

Please sign in to comment.