Explorar el Código

runtime: Fix test.

Shamil Gadelshin hace 4 años
padre
commit
21f0d29ab1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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> {
     crate::GenesisConfig::<Test, TestWorkingGroupInstance> {
         phantom: Default::default(),
         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(
         opening_human_readable_text_constraint: InputValidationLengthConstraint::new(
             WORKING_GROUP_CONSTRAINT_MIN,
             WORKING_GROUP_CONSTRAINT_MIN,
             WORKING_GROUP_CONSTRAINT_DIFF,
             WORKING_GROUP_CONSTRAINT_DIFF,