Skip to content

Commit ff5edd0

Browse files
committed
Fix lints
1 parent a9ff728 commit ff5edd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beacon_node/beacon_chain/tests/store_tests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,7 @@ async fn proposer_lookahead_gloas_fork_epoch() {
15981598
&mut head_state,
15991599
head_state_root,
16001600
gloas_fork_epoch,
1601-
&spec,
1601+
spec,
16021602
)
16031603
.unwrap();
16041604
assert_eq!(head_state.current_epoch(), gloas_fork_epoch - 1);
@@ -1622,7 +1622,7 @@ async fn proposer_lookahead_gloas_fork_epoch() {
16221622

16231623
// Build a block in the Gloas fork epoch and assert that the shuffling does not change.
16241624
let gloas_slots = vec![gloas_fork_epoch.start_slot(E::slots_per_epoch())];
1625-
let (_, _, gloas_head_block_root, mut gloas_head_state) = harness
1625+
let (_, _, _, _) = harness
16261626
.add_attested_blocks_at_slots(head_state, head_state_root, &gloas_slots, &all_validators)
16271627
.await;
16281628

0 commit comments

Comments
 (0)