diff --git a/contentcuration/contentcuration/frontend/channelEdit/views/trash/__tests__/trashModal.spec.js b/contentcuration/contentcuration/frontend/channelEdit/views/trash/__tests__/trashModal.spec.js index fd75caa234..4d4db70575 100644 --- a/contentcuration/contentcuration/frontend/channelEdit/views/trash/__tests__/trashModal.spec.js +++ b/contentcuration/contentcuration/frontend/channelEdit/views/trash/__tests__/trashModal.spec.js @@ -55,7 +55,7 @@ function makeWrapper(items) { methods: { loadContentNodes: jest.fn(), loadAncestors: jest.fn(), - loadChildren: jest.fn(() => Promise.resolve()), + loadChildren: jest.fn(() => Promise.resolve({ more: null, results: [] })), }, stubs: { ResourceDrawer: true,