Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
haider-rs committed Feb 14, 2025
1 parent e19435e commit 3747f1f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pallets/tasks/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,6 @@ benchmarks! {
!FailedBatchIds::<T>::get().contains(&target_batch_id),
"Batch not removed from failed list"
);
assert_eq!(
FailedBatchIds::<T>::get().len(),
(l - 1) as usize,
"List length mismatch"
);

}
impl_benchmark_test_suite!(Pallet, crate::mock::new_test_ext(), crate::mock::Test);
}

0 comments on commit 3747f1f

Please sign in to comment.