Commit df00f1a5 authored by Eric Eastwood's avatar Eric Eastwood

Fix whitespace conflict in mr_widget_options_spec.js

parent be8869e9
......@@ -79,10 +79,6 @@ describe('mrWidgetOptions', () => {
it('should return true if there is relatedLinks in MR', () => {
Vue.set(vm.mr, 'relatedLinks', {});
<<<<<<< HEAD
=======
>>>>>>> upstream/master
expect(vm.shouldRenderRelatedLinks).toBeTruthy();
});
});
......
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