Skip to content

Commit

Permalink
Fix clippy issue (ZcashFoundation#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
natalieesk authored Apr 16, 2024
1 parent c205ef7 commit e5c5e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frost-core/src/tests/vss_commitment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub fn check_serialize_vss_commitment<C: Ciphersuite, R: RngCore + CryptoRng>(mu

// ---

let expected = vec![
let expected = [
<C::Group>::serialize(&input_1),
<C::Group>::serialize(&input_2),
<C::Group>::serialize(&input_3),
Expand Down

0 comments on commit e5c5e53

Please sign in to comment.