Skip to content

Commit

Permalink
Don't use macro needlessly
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Pitman <[email protected]>
  • Loading branch information
inahga and branlwyd authored Jan 24, 2024
1 parent dba253c commit ce59fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregator/src/aggregator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4045,7 +4045,7 @@ mod tests {
report = Report::new(
report.metadata().clone(),
// Some obviously wrong public share.
vec![0; 10],
Vec::from([0; 10]),
report.leader_encrypted_input_share().clone(),
report.helper_encrypted_input_share().clone(),
);
Expand Down

0 comments on commit ce59fca

Please sign in to comment.