Skip to content

Commit

Permalink
test(core): Fix intermittent Executions test (#7691)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmquach authored and mergify[bot] committed Dec 11, 2019
1 parent a88426d commit 14eafb4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ describe('<Executions/>', () => {
'app',
{ key: 'executions', lazy: true, defaultData: [] },
{ key: 'pipelineConfigs', lazy: true, defaultData: [] },
{ key: 'runningExecutions', lazy: true, defaultData: [] },
);
}),
);
Expand Down

0 comments on commit 14eafb4

Please sign in to comment.