Skip to content

Commit

Permalink
fix: 🧪 content tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignazio Bovo committed Mar 28, 2024
1 parent b2fa736 commit 0cf5f79
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions runtime-modules/content/src/tests/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,6 @@ impl common::council::CouncilBudgetManager<U256, u64> for CouncilBudgetManager {
}

parameter_types! {
pub const DWGModuleId: PalletId = PalletId(*b"m_distwg");
pub const SWGModuleId: PalletId = PalletId(*b"m_storwg");
pub const CWGModuleId: PalletId = PalletId(*b"m_contwg");
pub const MinVestedTransfer: u64 = 10;
pub UnvestedFundsAllowedWithdrawReasons: WithdrawReasons =
WithdrawReasons::except(WithdrawReasons::TRANSFER | WithdrawReasons::RESERVE);
Expand All @@ -503,7 +500,6 @@ impl working_group::Config<StorageWorkingGroupInstance> for Test {
type MinimumApplicationStake = MinimumApplicationStake;
type LeaderOpeningStake = LeaderOpeningStake;
type VestingBalanceToBalance = BalanceConverter;
type ModuleId = SWGModuleId;
}
// The distribution working group instance alias.
pub type DistributionWorkingGroupInstance = working_group::Instance9;
Expand All @@ -520,7 +516,6 @@ impl working_group::Config<DistributionWorkingGroupInstance> for Test {
type MinimumApplicationStake = MinimumApplicationStake;
type LeaderOpeningStake = LeaderOpeningStake;
type VestingBalanceToBalance = BalanceConverter;
type ModuleId = DWGModuleId;
}

pub struct BlockNumberToBalance();
Expand Down Expand Up @@ -561,7 +556,6 @@ impl working_group::Config<ContentWorkingGroupInstance> for Test {
type WeightInfo = ();
type MinimumApplicationStake = MinimumApplicationStake;
type LeaderOpeningStake = LeaderOpeningStake;
type ModuleId = CWGModuleId;
type VestingBalanceToBalance = BalanceConverter;
}

Expand Down

0 comments on commit 0cf5f79

Please sign in to comment.