Skip to content

Commit

Permalink
Fix component smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed May 13, 2020
1 parent 99fa8cd commit 0f477f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

import { registerTestBed } from '../../../../../../../test_utils';
import { PipelineProcessorsEditor, Props } from '../pipeline_processors_editor';
import { PipelineProcessorsEditor, Props } from '../pipeline_processors_editor.container';

const testBedSetup = registerTestBed<TestSubject>(PipelineProcessorsEditor, {
doMountAsync: false,
Expand Down

0 comments on commit 0f477f3

Please sign in to comment.