From 4103cfb4d59bb343b1fc93f5b8e9c68476144ef8 Mon Sep 17 00:00:00 2001 From: Amiya Behera Date: Fri, 11 Oct 2024 17:23:29 +0530 Subject: [PATCH] benchmarking correction --- custom-pallets/department-funding/src/benchmarking.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-pallets/department-funding/src/benchmarking.rs b/custom-pallets/department-funding/src/benchmarking.rs index c53f312..1a7149c 100644 --- a/custom-pallets/department-funding/src/benchmarking.rs +++ b/custom-pallets/department-funding/src/benchmarking.rs @@ -753,5 +753,5 @@ mod benchmarks { add_incentive_count(RawOrigin::Signed(accounts[14].clone()), department_id) } - impl_benchmark_test_suite!(Template, crate::mock::new_test_ext(), crate::mock::Test); + impl_benchmark_test_suite!(DepartmentFunding, crate::mock::new_test_ext(), crate::mock::Test); }