Skip to content

Commit

Permalink
chore: fix error mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
guorong009 committed May 8, 2024
1 parent deed874 commit 2bcb970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_proofs/tests/compress_selectors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ fn test_mycircuit(
&[instances_slice],
&mut verifier_transcript,
)
.map_err(|e| halo2_proofs::plonk::Error::Backend(e))
.map_err(halo2_proofs::plonk::Error::Backend)
}

#[test]
Expand Down

0 comments on commit 2bcb970

Please sign in to comment.