Skip to content

Commit

Permalink
fix: benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Apr 17, 2023
1 parent 5a3a6ad commit 572d9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/block-rewards/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ benchmarks! {
}

set_collator_reward {
assert_ok!(BlockRewards::<T>::set_total_reward(RawOrigin::Root.into(), REWARD.into()));
assert_ok!(BlockRewards::<T>::set_total_reward(RawOrigin::Root.into(), u128::MAX.into()));
}: _(RawOrigin::Root, REWARD.into())
verify {
assert_eq!(BlockRewards::<T>::next_session_changes().collator_reward, Some(REWARD.into()));
Expand Down

0 comments on commit 572d9e2

Please sign in to comment.