Commit 4e92930
committed
Terms: Update description generator for new Faker behavior
With the new version of the Faker library introduced in #147, the
behavior of the `realTextBetween` seems to have changed, making it more
strict in its interpretation of the input parameters. This change avoids
fatal errors by ensuring that there is always a range of 40 between the
specified minimum number of characters and the maximum, so that the
generator can always build a string with a length that falls somewhere
within the range.1 parent 4482b37 commit 4e92930
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | | - | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
0 commit comments