Skip to content

Commit

Permalink
fix terminate benchmark test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoka committed Jul 20, 2024
1 parent a1e9a07 commit 9bf21a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/hydradx/src/benchmarking/dca.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ runtime_benchmarks! {
let execution_block = 100u32;
assert_ok!(DCA::schedule(RawOrigin::Signed(caller).into(), schedule1, Option::Some(execution_block)));

}: _(RawOrigin::Root, schedule_id, None)
}: _(RawOrigin::Root, schedule_id, Some(105))
verify {
assert!(<Schedules<Runtime>>::get::<ScheduleId>(schedule_id).is_none());
}
Expand Down

0 comments on commit 9bf21a6

Please sign in to comment.