Skip to content

Commit

Permalink
chore(google-genai): Drop .only in test (#7614)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored Jan 28, 2025
1 parent 8cf9f45 commit f0feee4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ describe("CodeExecutionTool", () => {
});
});

test.only("pass pdf to request", async () => {
test("pass pdf to request", async () => {
const model = new ChatGoogleGenerativeAI({
model: "gemini-2.0-flash-exp",
temperature: 0,
Expand Down

0 comments on commit f0feee4

Please sign in to comment.