Skip to content

Commit 57effa2

Browse files
committed
Clippy
1 parent e5048bb commit 57effa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/cli_commands/vote_update_pool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ mod tests {
375375
vote_parameters: Some(CastBallotBoxVoteParameters {
376376
reward_token_id: force_any_val::<TokenId>(),
377377
reward_token_quantity: 100000,
378-
pool_box_address_hash: force_any_val::<Digest32>().into(),
378+
pool_box_address_hash: force_any_val::<Digest32>(),
379379
}),
380380
};
381381
let inputs = BallotBoxWrapperInputs {

0 commit comments

Comments
 (0)