Skip to content

Commit 8d5cfc5

Browse files
committed
chore: Fix type error
1 parent 122bf92 commit 8d5cfc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/__tests__/types.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ describe("Types", () => {
350350

351351
describe("when a single response is defined", () => {
352352
it("should return the response's input type", () => {
353-
type Expected = string | boolean;
353+
type Expected = string;
354354

355355
type Actual = t.GetRouteHandlerReturnType<{
356356
responses: StandardSchemaV1<string, boolean>;

0 commit comments

Comments
 (0)