Browse Source

DAO to Dao

ignazio-bovo 3 years ago
parent
commit
297ce8d2a2
1 changed files with 1 additions and 1 deletions
  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;
 }