Skip to content

Commit d48f224

Browse files
committed
oops
1 parent 75c0d6e commit d48f224

File tree

1 file changed

+1
-1
lines changed
  • pallets/admin-utils/src/tests

1 file changed

+1
-1
lines changed

pallets/admin-utils/src/tests/mock.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ parameter_types! {
8686
pub const InitialImmunityPeriod: u16 = 2;
8787
pub const InitialMaxAllowedUids: u16 = 2;
8888
pub const InitialBondsMovingAverage: u64 = 900_000;
89-
pub const InitialBondsPenalty: u16 = 0;
89+
pub const InitialBondsPenalty: u16 = u16::MAX;
9090
pub const InitialStakePruningMin: u16 = 0;
9191
pub const InitialFoundationDistribution: u64 = 0;
9292
pub const InitialDefaultDelegateTake: u16 = 11_796; // 18% honest number.

0 commit comments

Comments
 (0)