Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Aug 5, 2024
1 parent 286f896 commit ba7da79
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/chia-bls/src/bls_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,10 @@ pub mod tests {

let pks_msgs: [(&PublicKey, &[u8]); 0] = [];

assert!(bls_cache.aggregate_verify(pks_msgs, &Signature::default()).0);
assert!(
bls_cache
.aggregate_verify(pks_msgs, &Signature::default())
.0
);
}
}

0 comments on commit ba7da79

Please sign in to comment.