From 398ee68457fd5bdcac14b5298f5c3f35b008d808 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Sun, 6 May 2018 12:30:50 +0100 Subject: [PATCH] fixed stageAllChanges test --- spec/javascripts/ide/stores/actions_spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/javascripts/ide/stores/actions_spec.js b/spec/javascripts/ide/stores/actions_spec.js index 33910c46813..062c3497623 100644 --- a/spec/javascripts/ide/stores/actions_spec.js +++ b/spec/javascripts/ide/stores/actions_spec.js @@ -309,6 +309,7 @@ describe('Multi-file store actions', () => { null, store.state, [ + { type: types.SET_LAST_COMMIT_MSG, payload: '' }, { type: types.STAGE_CHANGE, payload: store.state.changedFiles[0].path }, { type: types.STAGE_CHANGE, payload: store.state.changedFiles[1].path }, ],