Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Jan 13, 2025
1 parent d99388a commit 65dc819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions langchain-core/src/messages/tests/message_utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ describe("trimMessages can trim", () => {
"runnables",
]);
expect("bound" in trimmedMessages).toBeTruthy();
// eslint-disable-next-line @typescript-eslint/no-explicit-any
expect("func" in (trimmedMessages as any).bound).toBeTruthy();
// `func` is protected, so we need to cast it to any to access it
// eslint-disable-next-line @typescript-eslint/no-explicit-any
Expand Down

0 comments on commit 65dc819

Please sign in to comment.