Skip to content

Commit 6c2a728

Browse files
Update crates/contract/src/lib.rs
Co-authored-by: kevindeforth <32777623+kevindeforth@users.noreply.github.com>
1 parent e6f5a9a commit 6c2a728

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/contract/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5568,7 +5568,7 @@ mod tests {
55685568
// to 4 participants would leave the GovernanceThreshold above the participant
55695569
// count, breaking the threshold relation.
55705570
let participants = gen_participants(PARTICIPANT_COUNT);
5571-
let parameters = ThresholdParameters::new(participants.clone(), Threshold::new(5)).unwrap();
5571+
let parameters = ThresholdParameters::new(participants.clone(), Threshold::new(PARTICIPANT_COUNT)).unwrap();
55725572
let domain_id = DomainId::default();
55735573
let domains = vec![DomainConfig {
55745574
id: domain_id,

0 commit comments

Comments
 (0)