Skip to content

Commit

Permalink
Test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Jan 18, 2025
1 parent b4c78ea commit 19483a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langchain-core/src/messages/tests/message_utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ describe("trimMessages can trim", () => {
};
};

it("should trim with strategy last", async () => {
it("should not mutate messages if no trimming occurs with strategy last", async () => {
const trimmer = trimMessages({
maxTokens: 128000,
strategy: "last",
Expand Down

0 comments on commit 19483a5

Please sign in to comment.