We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f9a3d6 commit f268acfCopy full SHA for f268acf
hacspec-halfagg/tests/tests.rs
@@ -211,5 +211,7 @@ fn test_edge_cases() {
211
inc_aggregate(&aggsig, &empty_pm, &big_pms).unwrap_err()
212
== hacspec_halfagg::Error::AggSigTooBig
213
);
214
- assert!(verify_aggregate(&aggsig, &big_pm).unwrap_err() == hacspec_halfagg::Error::AggSigTooBig);
+ assert!(
215
+ verify_aggregate(&aggsig, &big_pm).unwrap_err() == hacspec_halfagg::Error::AggSigTooBig
216
+ );
217
}
0 commit comments