Skip to content

Commit

Permalink
chore: remove numRuns option from Arbitrary test (#4315)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti authored Jan 21, 2025
1 parent 3b19bcf commit a1fd4d3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/effect/test/Schema/Arbitrary/Arbitrary.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,7 @@ details: Generating an Arbitrary for this schema requires at least one enum`)
left: Expression,
right: Expression
})
Util.assertions.arbitrary.validateGeneratedValues(Operation, {
params: { numRuns: 5 }
})
Util.assertions.arbitrary.validateGeneratedValues(Operation)
})

it("RedactedFromSelf", () => {
Expand Down

0 comments on commit a1fd4d3

Please sign in to comment.