浏览代码

runtime: Fix test.

Shamil Gadelshin 4 年之前
父节点
当前提交
21f0d29ab1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,