diff --git a/pallets/funding/src/tests/6_settlement.rs b/pallets/funding/src/tests/6_settlement.rs index 4ce66fc91..9d926beb1 100644 --- a/pallets/funding/src/tests/6_settlement.rs +++ b/pallets/funding/src/tests/6_settlement.rs @@ -109,6 +109,10 @@ mod start_settlement_extrinsic { assert_eq!(::ContributionTokenCurrency::asset_exists(project_id), false) }); } + + #[test] + fn vesting_schedules_are_merged() { + let mut inst = } #[cfg(test)] diff --git a/runtimes/polimec/src/lib.rs b/runtimes/polimec/src/lib.rs index a0fd6ab03..9d6c3f752 100644 --- a/runtimes/polimec/src/lib.rs +++ b/runtimes/polimec/src/lib.rs @@ -1069,6 +1069,7 @@ impl pallet_funding::Config for Runtime { type WeightInfo = weights::pallet_funding::WeightInfo; } + #[cfg(feature = "runtime-benchmarks")] parameter_types! { pub BenchmarkReason: RuntimeHoldReason = RuntimeHoldReason::Funding(pallet_funding::HoldReason::Participation(0));