Skip to content

Commit cb90613

Browse files
committed
fix: Update broken test
1 parent 6336773 commit cb90613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@n8n/nodes-langchain/nodes/llms/test/LmChatOpenAi.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* eslint-disable @typescript-eslint/unbound-method */
21
/* eslint-disable n8n-nodes-base/node-filename-against-convention */
2+
/* eslint-disable @typescript-eslint/unbound-method */
33
import { ChatOpenAI } from '@langchain/openai';
44
import { createMockExecuteFunction } from 'n8n-nodes-base/test/nodes/Helpers';
55
import type { INode, ISupplyDataFunctions } from 'n8n-workflow';

0 commit comments

Comments
 (0)