From 8d3a98b975b753f015d9bce7170bbae38a1e7ad6 Mon Sep 17 00:00:00 2001 From: Philippe Laferriere Date: Wed, 14 Aug 2024 17:35:15 -0400 Subject: [PATCH] fix falcon test --- stdlib/tests/crypto/falcon.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/tests/crypto/falcon.rs b/stdlib/tests/crypto/falcon.rs index 778de9928..260136a46 100644 --- a/stdlib/tests/crypto/falcon.rs +++ b/stdlib/tests/crypto/falcon.rs @@ -173,7 +173,7 @@ fn test_falcon512_probabilistic_product_failure() { expect_exec_error!( test, ExecutionError::FailedAssertion { - clk: 31615.into(), + clk: 17490.into(), err_code: 0, err_msg: None, }