From 14511fd57b2ec6b7b80e5f73819dd8b90e3d1393 Mon Sep 17 00:00:00 2001 From: Brace Sproul Date: Fri, 26 Jul 2024 15:14:51 -0700 Subject: [PATCH] community[patch]: Run all standard tests for bedrock (#6228) --- .../src/chat_models/tests/chatbedrock.standard.int.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/langchain-community/src/chat_models/tests/chatbedrock.standard.int.test.ts b/libs/langchain-community/src/chat_models/tests/chatbedrock.standard.int.test.ts index 9d19d951a8a8..0fc9e92e7ec8 100644 --- a/libs/langchain-community/src/chat_models/tests/chatbedrock.standard.int.test.ts +++ b/libs/langchain-community/src/chat_models/tests/chatbedrock.standard.int.test.ts @@ -62,7 +62,6 @@ class BedrockChatStandardIntegrationTests extends ChatModelIntegrationTests< const testClass = new BedrockChatStandardIntegrationTests(); test("BedrockChatStandardIntegrationTests", async () => { - const testResults = - await testClass.testModelCanUseToolUseAIMessageWithStreaming(); + const testResults = await testClass.runTests(); expect(testResults).toBe(true); });