mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Fix beacon_chain tests
This commit is contained in:
@@ -205,7 +205,7 @@ async fn produces_attestations() {
|
|||||||
|
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
attestation.signature(),
|
attestation.signature(),
|
||||||
&AggregateSignature::empty(),
|
&AggregateSignature::infinity(),
|
||||||
"bad signature"
|
"bad signature"
|
||||||
);
|
);
|
||||||
assert_eq!(data.index, index, "bad index");
|
assert_eq!(data.index, index, "bad index");
|
||||||
|
|||||||
Reference in New Issue
Block a user