Skip to content

Commit

Permalink
Fix issue with harness
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Sep 5, 2020
1 parent 0f3cdf3 commit 2ceba05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beacon_node/beacon_chain/src/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,8 @@ where
let committee_count = state.get_committee_count_at_slot(state.slot).unwrap();

state
.get_beacon_committees_at_slot(state.slot)
.unwrap()
.get_beacon_committees_at_slot(attestation_slot)
.expect("should get committees")
.iter()
.map(|bc| {
bc.committee
Expand Down

0 comments on commit 2ceba05

Please sign in to comment.