Skip to content

Commit

Permalink
community[patch]: Run all standard tests for bedrock
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jul 26, 2024
1 parent 459995b commit 01f788f
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 01f788f

Please sign in to comment.