Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiteru committed May 17, 2024
1 parent 4b72e8b commit b4ed795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/struct.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe("struct", () => {
fc.oneof(
fc.record({
a: fc.boolean(),
b: fc.integer({ min: 0, max: 256 }),
b: fc.integer({ min: 0, max: 255 }),
}),
fc.constant(null),
),
Expand Down

0 comments on commit b4ed795

Please sign in to comment.