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

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hirschenberger committed Feb 4, 2022
1 parent 7938978 commit 3e98695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/parachains/src/ump/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use crate::mock::{
use frame_support::{assert_noop, assert_ok, weights::Weight};
use std::collections::HashSet;

struct GenesisConfigBuilder {
pub(super) struct GenesisConfigBuilder {
max_upward_message_size: u32,
max_upward_message_num_per_candidate: u32,
max_upward_queue_count: u32,
Expand Down

0 comments on commit 3e98695

Please sign in to comment.