Skip to content

Commit

Permalink
test(core): update test
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jan 8, 2025
1 parent d613ddb commit 0a4c0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/params.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ test("text", () => {
desc: "TODO description",
randomize: false,
minLength: 0,
maxLength: 1024,
maxLength: 32,
multiline: false,
match: "^[a-z]{3,8}$",
default: "abc",
Expand Down

0 comments on commit 0a4c0fc

Please sign in to comment.