diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/datatype.spec.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/datatype.spec.ts b/test/datatype.spec.ts index 96d40cff..bd00c8dd 100644 --- a/test/datatype.spec.ts +++ b/test/datatype.spec.ts @@ -297,7 +297,7 @@ describe('datatype', () => { expect(() => { faker.datatype.number({ min, max }); - }).toThrowError(`Max ${max} should be larger then min ${min}.`); + }).toThrowError(`Max ${max} should be greater than min ${min}.`); }); }); |
