Browse Source

name change missed in mocks

Mokhtar Naamani 5 years ago
parent
commit
618b4ee303
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/content_working_group/mock.rs

+ 1 - 1
src/content_working_group/mock.rs

@@ -63,7 +63,7 @@ pub type RawLibTestEvent = lib::RawEvent<
     CuratorOpeningId<Test>,
     CuratorApplicationId<Test>,
     CuratorId<Test>,
-    CuratorOpeningIdMap<Test>,
+    CuratorApplicationIdToCuratorIdMap<Test>,
     <Test as system::Trait>::AccountId,
 >;