diff --git a/sdk-node/src/assertions.test.ts b/sdk-node/src/assertions.test.ts index f0533886..e8193d2f 100644 --- a/sdk-node/src/assertions.test.ts +++ b/sdk-node/src/assertions.test.ts @@ -1,4 +1,4 @@ -import { Inferable } from "./inferable"; +import { Inferable } from "./Inferable"; import { z } from "zod"; import { TEST_ENDPOINT } from "./tests/utils"; import { TEST_API_SECRET } from "./tests/utils";