From 2519490fb7d5d15117813d418311a3beca2e15fa Mon Sep 17 00:00:00 2001 From: Thomas Braun <38082993+tbraun96@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:27:14 -0500 Subject: [PATCH] fix(tests): set T = 2 --- tests/bls.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bls.rs b/tests/bls.rs index 9afd0d9..b2ff1b2 100644 --- a/tests/bls.rs +++ b/tests/bls.rs @@ -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