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

Commit

Permalink
fix runtime tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rphmeier committed Jul 19, 2021
1 parent 3be97bb commit bb47ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/parachains/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ frame_support::construct_runtime!(
Ump: ump::{Pallet, Call, Storage, Event},
Hrmp: hrmp::{Pallet, Call, Storage, Event},
SessionInfo: session_info::{Pallet, Call, Storage},
Disputes: disputes::{Pallet, Call, Storage, Event<T>},
Disputes: disputes::{Pallet, Storage, Event<T>},
}
);

Expand Down

0 comments on commit bb47ed4

Please sign in to comment.