Browse Source

runtime: Fix test.

Shamil Gadelshin 4 years ago
parent
commit
21f0d29ab1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      runtime-modules/working-group/src/tests/mock.rs

+ 1 - 1
runtime-modules/working-group/src/tests/mock.rs

@@ -156,7 +156,7 @@ pub fn build_test_externalities() -> sp_io::TestExternalities {
 
     crate::GenesisConfig::<Test, TestWorkingGroupInstance> {
         phantom: Default::default(),
-        storage_working_group_mint_capacity: WORKING_GROUP_MINT_CAPACITY,
+        working_group_mint_capacity: WORKING_GROUP_MINT_CAPACITY,
         opening_human_readable_text_constraint: InputValidationLengthConstraint::new(
             WORKING_GROUP_CONSTRAINT_MIN,
             WORKING_GROUP_CONSTRAINT_DIFF,