Skip to content

Commit

Permalink
fixup! wip rewards distribution test
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Oct 26, 2023
1 parent 13d729e commit bca382b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proof_of_stake/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6240,7 +6240,7 @@ fn test_update_rewards_products_aux(validators: Vec<GenesisValidator>) {
let params = test_init_genesis(
&mut s,
params,
validators.clone().into_iter(),
validators.into_iter(),
current_epoch,
)
.unwrap();
Expand Down

0 comments on commit bca382b

Please sign in to comment.