Skip to content

Commit 0162e6e

Browse files
committed
fix: use consistent zod/v4 imports in tests
1 parent 02d5121 commit 0162e6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/e2e/callModel-tools.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { describe, it, expect, beforeAll } from "vitest";
22
import { OpenRouter, ToolType } from "../../src/index.js";
3-
import { z } from "zod";
4-
import { toJSONSchema } from "zod/v4/core";
3+
import { z, toJSONSchema } from "zod/v4";
54
import * as dotenv from "dotenv";
65

76
dotenv.config();

0 commit comments

Comments
 (0)