Skip to content

Commit

Permalink
test: increase size of generated movie overviews
Browse files Browse the repository at this point in the history
  • Loading branch information
treipatru committed Jul 11, 2024
1 parent 114556b commit 24b5606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fakers/moviedb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function generateMovie({
}),
overview: faker.lorem.paragraph({
min: 1,
max: 3,
max: 10,
}),
popularity: faker.number.float({
max: maxPopularity || 9999.999,
Expand Down

0 comments on commit 24b5606

Please sign in to comment.