Skip to content

Commit

Permalink
Remove leftover code in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegIvaniv committed Oct 22, 2024
1 parent da1a553 commit 0d6d5d1
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ describe('OutputParserAutofixing', () => {
let thisArg: MockProxy<IExecuteFunctions>;
let mockModel: MockProxy<BaseLanguageModel>;
let mockStructuredOutputParser: MockProxy<N8nStructuredOutputParser>;
let realN8nOutputFixingParser: N8nOutputFixingParser;

beforeEach(() => {
outputParser = new OutputParserAutofixing();
Expand All @@ -35,12 +34,6 @@ describe('OutputParserAutofixing', () => {

throw new ApplicationError('Unexpected connection type');
});

realN8nOutputFixingParser = new N8nOutputFixingParser(
thisArg,
mockModel,
mockStructuredOutputParser,
);
});

afterEach(() => {
Expand Down

0 comments on commit 0d6d5d1

Please sign in to comment.