Skip to content

Commit

Permalink
Make an arbitrary helper truly arbitrary #3234
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiosironi committed May 13, 2024
1 parent 131c090 commit 7a79acc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/ingest/evaluation-discovery/ingest-days.helper.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export const arbitraryIngestDays = (): number => 5;
import { arbitraryNumber } from '../../helpers';

export const arbitraryIngestDays = (): number => arbitraryNumber(1, 300);

0 comments on commit 7a79acc

Please sign in to comment.