Skip to content

Commit

Permalink
fix: 🧪 benchmark error on amount type
Browse files Browse the repository at this point in the history
  • Loading branch information
ignazio-bovo committed Mar 28, 2024
1 parent ac4b0b1 commit 26daa9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime-modules/working-group/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ benchmarks_instance! {
None
);

let amount = VestingBalanceOf::<T>::from(10_000u32);
let amount = BalanceOf::<T>::from(10_000u32);
let budget = BalanceOf::<T>::from(100_000u32);
let block_no = 100u32;
let current_block = <T as frame_system::Config>::BlockNumber::from(1u32);
Expand Down

0 comments on commit 26daa9d

Please sign in to comment.