Skip to content

Commit 5774fb7

Browse files
chore: apply suggestions
Co-authored-by: Leyla Jähnig <[email protected]>
1 parent 1a5cb44 commit 5774fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ Try adjusting maxTime or maxRetries parameters for faker.helpers.unique().`)
864864
});
865865

866866
describe('multiple()', () => {
867-
it('should generate values from the function', () => {
867+
it('should generate values from the function with a default length of 3', () => {
868868
const result = faker.helpers.multiple(faker.person.firstName);
869869
expect(result).toBeTypeOf('object');
870870
expect(Array.isArray(result)).toBe(true);

0 commit comments

Comments
 (0)