Skip to content

Commit 8f49e7d

Browse files
Fixing tests for channel List
Signed-off-by: Abhishek-Punhani <[email protected]>
1 parent 93fb0ca commit 8f49e7d

File tree

1 file changed

+6
-0
lines changed
  • contentcuration/contentcuration/frontend/channelList/views/Channel/__tests__

1 file changed

+6
-0
lines changed

contentcuration/contentcuration/frontend/channelList/views/Channel/__tests__/channelList.spec.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ function makeWrapper({ propsData = {}, getters = GETTERS, actions = ACTIONS } =
3131
getters: getters.channel,
3232
actions: actions.channel,
3333
},
34+
session: {
35+
namespaced: true,
36+
state: {
37+
currentUser: { id: 1 },
38+
},
39+
},
3440
},
3541
});
3642

0 commit comments

Comments
 (0)