Skip to content

Commit 2035448

Browse files
committed
fix unit tests
1 parent f9c5b37 commit 2035448

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

shell/plugins/steve/__tests__/subscribe.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ describe('steve: subscribe', () => {
343343

344344
// call watch
345345
actions.watch({
346-
state, dispatch, getters, rootGetters
346+
state, dispatch, getters, rootGetters, commit
347347
}, {
348348
...obj,
349349
revision,
@@ -488,6 +488,7 @@ describe('steve: subscribe', () => {
488488
const state = {
489489
started: [],
490490
inError: {},
491+
queue: [],
491492
listenerManager: new SteveWatchEventListenerManager()
492493
};
493494
const _getters = {

0 commit comments

Comments
 (0)