Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Apr 29, 2024
1 parent 0975dcb commit 60d5f07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ mod grumpkin_fixed_base_scalar_mul {
assert_eq!(
res,
Err(BlackBoxResolutionError::Failed(
BlackBoxFunc::VariableBaseScalarMul,
BlackBoxFunc::FixedBaseScalarMul,
"30644e72e131a029b85045b68181585d97816a916871ca8d3c208c16d87cfd47 is not a valid grumpkin scalar".into(),
))
);
Expand Down

0 comments on commit 60d5f07

Please sign in to comment.