ignazio-bovo 3 éve
szülő
commit
297ce8d2a2
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      runtime-modules/storage/src/tests/mock.rs

+ 1 - 1
runtime-modules/storage/src/tests/mock.rs

@@ -171,7 +171,7 @@ impl common::MembershipTypes for Test {
 
 impl common::StorageOwnership for Test {
     type ChannelId = u64;
-    type DAOId = u64;
+    type DaoId = u64;
     type ContentId = u64;
     type DataObjectTypeId = u64;
 }