Skip to content

Commit

Permalink
fix(tests): set T = 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tbraun96 authored Dec 6, 2024
1 parent 47bb1f4 commit 2519490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mod e2e {
use blueprint_test_utils::*;

const N: usize = 3;
const T: usize = 3;
const T: usize = 2;

// The macro takes this variable as an argument, and will update it so that
// when we pass the signing arguments, we can pass the associated keygen call id
Expand Down

0 comments on commit 2519490

Please sign in to comment.