Skip to content

Commit

Permalink
chore: Drop .only in test
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jan 28, 2025
1 parent 8cf9f45 commit 1ec8847
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 1ec8847

Please sign in to comment.