Skip to content
Snippets Groups Projects
Commit 7035dfce authored by Chris Beer's avatar Chris Beer Committed by Jack Reed
Browse files

fix copy-pasta error for the setWindowStartingCanvas test

parent 7e4b4192
Branches
Tags
No related merge requests found
......@@ -83,7 +83,7 @@ describe('window-level sagas', () => {
},
};
return expectSaga(fetchWindowManifest, action)
return expectSaga(setWindowStartingCanvas, action)
.provide([
[select(getManifests), { 'manifest.json': {} }],
[call(setCanvas, 'x', '1', null, { preserveViewport: false }), { type: 'setCanvasThunk' }],
......@@ -101,7 +101,7 @@ describe('window-level sagas', () => {
},
};
return expectSaga(fetchWindowManifest, action)
return expectSaga(setWindowStartingCanvas, action)
.provide([
[select(getManifests), { 'manifest.json': {} }],
[call(setCanvas, 'x', '1', null, { preserveViewport: true }), { type: 'setCanvasThunk' }],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment