fix(schemas): fix asset schema Zod generic and form test types

This commit is contained in:
stock-manager-bot
2026-06-25 19:54:46 +02:00
parent 44565e3a62
commit 9b023ee558
3 changed files with 6 additions and 5 deletions
@@ -79,7 +79,7 @@ describe("new asset form", () => {
processing: "Processing",
success: "Success",
},
}),
} as never),
)
expect(html).toContain("Asset Tag")
@@ -149,7 +149,7 @@ describe("new asset form", () => {
processing: "Processing",
success: "Success",
},
}),
} as never),
)
expect(html).toContain('value="AVAILABLE"')