Skip to content

Commit 18d0e54

Browse files
authored
Fix build_execution_graph.test.ts types (elastic#235879)
elastic#235801
1 parent a7d1082 commit 18d0e54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/platform/packages/shared/kbn-workflows/graph/build_execution_graph/tests/build_execution_graph.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,6 @@ describe('convertToWorkflowGraph', () => {
300300
const node = executionGraph.node('testElasticsearchStep');
301301
expect(node).toEqual({
302302
id: 'testElasticsearchStep',
303-
stepId: 'testElasticsearchStep',
304-
stepType: 'elasticsearch.search.query',
305303
type: 'elasticsearch.search.query',
306304
stepId: 'testElasticsearchStep',
307305
stepType: 'elasticsearch.search.query',

0 commit comments

Comments
 (0)