diff --git a/polkadot/runtime/src/crowdfund.rs b/polkadot/runtime/src/crowdfund.rs index 6d4a6f67a2..80eac18106 100644 --- a/polkadot/runtime/src/crowdfund.rs +++ b/polkadot/runtime/src/crowdfund.rs @@ -662,7 +662,7 @@ mod tests { System::on_initialize(System::block_number()); Balances::on_initialize(System::block_number()); Slots::on_initialize(System::block_number()); - Treasury::on_finalize(System::block_number()); + Treasury::on_initialize(System::block_number()); Crowdfund::on_initialize(System::block_number()); } }