Commit b0389471 authored by Bryce Johnson's avatar Bryce Johnson

Fix duplicate testing of vm.triggered.

parent fc0ed8b9
......@@ -135,7 +135,7 @@ describe('MRWidgetPipeline', () => {
});
it('should set triggeredBy to an empty array', () => {
expect(vm.triggered.length).toBe(0);
expect(vm.triggeredBy.length).toBe(0);
});
it('should not render upstream or downstream pipelines', () => {
......
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