Skip to content

Commit

Permalink
Update substrate/frame/scheduler/src/benchmarking.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Giuseppe Re <[email protected]>
  • Loading branch information
AurevoirXavier and re-gius authored Nov 19, 2024
1 parent 42f9b31 commit ed5d802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/scheduler/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ mod benchmarks {
_result = Pallet::<T>::service_task(&mut counter, now, now, 0, true, task);
}

// assert!(result.is_ok());
// assert!(_result.is_ok());
}

// `service_task` when the task is a non-periodic, non-named, fetched call (with a known
Expand Down

0 comments on commit ed5d802

Please sign in to comment.