Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Add Pallet Babe to Integration Tests Runtime #2639

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
290 changes: 145 additions & 145 deletions Cargo.lock
1 change: 1 addition & 0 deletions runtime/common/src/integration_tests.rs
Original file line number Diff line number Diff line change
@@ -61,6 +61,7 @@ frame_support::construct_runtime!(
// System Stuff
System: frame_system::{Module, Call, Config, Storage, Event<T>},
Balances: pallet_balances::{Module, Call, Storage, Config<T>, Event<T>},
Babe: pallet_babe::{Module, Call, Storage, Config, ValidateUnsigned},

// Parachains Runtime
Configuration: configuration::{Module, Call, Storage, Config<T>},