Commit 84de687a authored by Phil Hughes's avatar Phil Hughes

Fixed failing note actions spec

parent a3fbde35
...@@ -396,6 +396,9 @@ describe('Actions Notes Store', () => { ...@@ -396,6 +396,9 @@ describe('Actions Notes Store', () => {
{ {
type: 'updateMergeRequestWidget', type: 'updateMergeRequestWidget',
}, },
{
type: 'startTaskList',
},
], ],
done, done,
); );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment