mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 22:34:45 +00:00
Fix beacon_chain tests
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user