Skip to content

Commit

Permalink
update test error message
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljklein committed Dec 11, 2024
1 parent 1ad3ba1 commit 7b5d66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acvm-repo/bn254_blackbox_solver/src/embedded_curve_ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ mod tests {
res,
Err(BlackBoxResolutionError::Failed(
BlackBoxFunc::EmbeddedCurveAdd,
"Infinite point input: infinity".into(),
"Infinite input: embedded_curve_add(infinity, infinity)".into(),
))
);
}
Expand Down

0 comments on commit 7b5d66e

Please sign in to comment.