diff options
author | Phil Hughes <me@iamphill.com> | 2018-11-09 13:38:51 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-11-09 13:38:51 +0000 |
commit | 84de687a7e7b750af24357c09ed3f7293ea8da28 (patch) | |
tree | c0443cb246ed4ed733949e7c1a69d276cb857c27 /spec/javascripts/notes | |
parent | a3fbde3512eaa5a685847ad722cfa3ab257c4edd (diff) | |
download | gitlab-ce-84de687a7e7b750af24357c09ed3f7293ea8da28.tar.gz |
Fixed failing note actions spec
Diffstat (limited to 'spec/javascripts/notes')
-rw-r--r-- | spec/javascripts/notes/stores/actions_spec.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/javascripts/notes/stores/actions_spec.js b/spec/javascripts/notes/stores/actions_spec.js index 0c0bc45b201..fcdd834e4a0 100644 --- a/spec/javascripts/notes/stores/actions_spec.js +++ b/spec/javascripts/notes/stores/actions_spec.js @@ -396,6 +396,9 @@ describe('Actions Notes Store', () => { { type: 'updateMergeRequestWidget', }, + { + type: 'startTaskList', + }, ], done, ); |