Browse Source

Merge pull request #2 from mnaamani/update-test

add template arg to mocked event
Paul M Fox 5 years ago
parent
commit
8e9332dead
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/content_working_group/mock.rs

+ 1 - 0
src/content_working_group/mock.rs

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