Skip to content

Commit 1ea6083

Browse files
author
nicosammito
committed
feat: remove unnecessary console log from flow validation test
1 parent 1ffef30 commit 1ea6083

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/flowValidation.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,6 @@ describe('getFlowValidation - Integrationstest', () => {
537537

538538
const result = getFlowValidation(flow, FUNCTION_SIGNATURES, DATA_TYPES);
539539

540-
console.log(result)
541-
542540
expect(result.isValid).toBe(false);
543541
result.diagnostics.forEach((error) => {
544542

0 commit comments

Comments
 (0)