Commit 672419bb authored by Tim Zallmann's avatar Tim Zallmann

Fix for Conflict on hasTriggeredBy

parent c083e2e0
...@@ -35,10 +35,7 @@ describe('stage column component', () => { ...@@ -35,10 +35,7 @@ describe('stage column component', () => {
propsData: { propsData: {
title: 'foo', title: 'foo',
jobs: mockJobs, jobs: mockJobs,
<<<<<<< HEAD
hasTriggeredBy: false, hasTriggeredBy: false,
=======
>>>>>>> upstream/master
}, },
}).$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