Skip to content

Commit

Permalink
community[patch]: Run all standard tests for bedrock (#6228)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored Jul 26, 2024
1 parent 459995b commit 14511fd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

0 comments on commit 14511fd

Please sign in to comment.