Skip to content

Commit

Permalink
run tests bedrock
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jul 25, 2024
1 parent 7d83476 commit 6ecef5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ class ChatGroqStandardIntegrationTests extends ChatModelIntegrationTests<
const testClass = new ChatGroqStandardIntegrationTests();

test("ChatGroqStandardIntegrationTests", async () => {
const testResults = await testClass.testStreamTokensWithToolCalls();
const testResults = await testClass.runTests();
expect(testResults).toBe(true);
});

0 comments on commit 6ecef5b

Please sign in to comment.