Skip to content

Commit

Permalink
pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasser Elsayed committed Nov 22, 2018
1 parent 1565630 commit ef18790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/PipelineSelector.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ describe('PipelineSelector', () => {
tree.unmount();
});

it('logs error if more than one pipeline are selected', async () => {
it('logs error if more than one pipeline is selected', async () => {
const tree = shallow(<TestPipelineSelector {...generateProps()} />);
const consoleSpy = jest.spyOn(console, 'error').mockImplementation();
await (tree.instance() as TestPipelineSelector)._loadPipelines({});
Expand Down

0 comments on commit ef18790

Please sign in to comment.