Skip to content

Commit

Permalink
node-data: Remove unit test for AggrAgreement payload
Browse files Browse the repository at this point in the history
  • Loading branch information
goshawk authored and goshawk-3 committed Nov 27, 2023
1 parent b023a7e commit 262c9a7
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions node-data/src/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -942,22 +942,6 @@ mod tests {
signature: [4; 48],
});

assert_serialize(payload::AggrAgreement {
agreement: payload::Agreement {
first_step: StepVotes {
bitset: 12345,
aggregate_signature: Signature([1; 48]),
},
second_step: StepVotes {
bitset: 98765,
aggregate_signature: Signature([2; 48]),
},
signature: [3; 48],
},
aggregate_signature: [8; 48],
bitset: 10,
});

assert_serialize(ledger::StepVotes {
bitset: 12345,
aggregate_signature: Signature([4; 48]),
Expand Down

0 comments on commit 262c9a7

Please sign in to comment.