Commit 9f837fa9 authored by Phil Hughes's avatar Phil Hughes

fixed graph component spec

parent f196055e
...@@ -101,7 +101,7 @@ describe('graph component', function () { ...@@ -101,7 +101,7 @@ describe('graph component', function () {
describe('when linked pipelines are not present', function () { describe('when linked pipelines are not present', function () {
beforeEach(function () { beforeEach(function () {
const pipeline = Object.assign(graphJSON, { triggered: [], triggered_by: [] }); const pipeline = Object.assign(graphJSON, { triggered: null, triggered_by: null });
this.component = new GraphComponent({ this.component = new GraphComponent({
propsData: { pipeline, isLoading: false }, propsData: { pipeline, isLoading: false },
}).$mount(); }).$mount();
......
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