Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sirasistant committed Jan 11, 2024
1 parent 5a300ff commit 1335d88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ mod tests {
}

#[test(should_fail)]
fn invalid_nullifier_commitment_hint_fails() {
unconstrained fn invalid_nullifier_commitment_hint_fails() {
let mut builder = PrivateKernelOrderingInputsBuilder::new();
builder.append_transient_commitments(1);
builder.append_nullifiers(1);
Expand Down

0 comments on commit 1335d88

Please sign in to comment.