Skip to content

Commit

Permalink
Fix beacon_chain tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Jun 18, 2024
1 parent e37f0f8 commit 687a79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/beacon_chain/tests/attestation_production.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ async fn produces_attestations() {

assert_eq!(
attestation.signature(),
&AggregateSignature::empty(),
&AggregateSignature::infinity(),
"bad signature"
);
assert_eq!(data.index, index, "bad index");
Expand Down

0 comments on commit 687a79d

Please sign in to comment.