Commit acd8fef8 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in spec/javascripts/environments/environments_app_spec.js

parent 1e5f063d
......@@ -107,7 +107,6 @@ describe('Environment', () => {
expect(component.updateContent).toHaveBeenCalledWith({ scope: 'stopped', page: '1' });
done();
}, 0);
<<<<<<< HEAD
});
});
......@@ -119,8 +118,6 @@ describe('Environment', () => {
).toBeDefined();
done();
}, 0);
=======
>>>>>>> upstream/master
});
});
});
......
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