Fixed failing note actions spec

This commit is contained in:
Phil Hughes 2018-11-09 13:38:51 +00:00
parent a3fbde3512
commit 84de687a7e
No known key found for this signature in database
GPG key ID: 32245528C52E0F9F

View file

@ -396,6 +396,9 @@ describe('Actions Notes Store', () => {
{
type: 'updateMergeRequestWidget',
},
{
type: 'startTaskList',
},
],
done,
);