Skip to content

Commit a22e95e

Browse files
committed
fix test
1 parent e0d2d6c commit a22e95e

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

beacon_node/beacon_chain/tests/attestation_verification.rs

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,28 +1029,6 @@ async fn unaggregated_gossip_verification() {
10291029
))
10301030
},
10311031
)
1032-
.inspect_unaggregate_err(
1033-
"attester is not a member of the committee",
1034-
|_, a, _, _| a.attester_index = 100,
1035-
|_, err| {
1036-
println!("err {:?}", err);
1037-
// Signature check happens before we check if the attester is a member of the committee
1038-
assert!(matches!(
1039-
err,
1040-
AttnError::InvalidSignature,
1041-
))
1042-
},
1043-
)
1044-
// .inspect_unaggregate_err(
1045-
// "attestation.data.committee_index is not set to zero post electra",
1046-
// |_, a, _, _| a.attester_index = 100,
1047-
// |_, err| {
1048-
// assert!(matches!(
1049-
// err,
1050-
// AttnError::AttesterNotInCommittee { .. }
1051-
// ))
1052-
// },
1053-
// )
10541032
/*
10551033
* The following test ensures that:
10561034
*

0 commit comments

Comments
 (0)