Skip to content

Commit 2c3cce1

Browse files
chore: fix JavaScript lint errors
PR-URL: #10724 Closes: #10184 Reviewed-by: Athan Reines <kgryte@gmail.com> Co-authored-by: stdlib-bot <noreply@stdlib.io>
1 parent b117c97 commit 2c3cce1

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/assert/is-empty-collection/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/assert/is-empty-collection/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ tape( 'the function returns `false` if not provided an empty collection', functi
8181
null,
8282
void 0,
8383
[ 1, 2, 3 ],
84-
new Array( 10 ),
84+
[ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ],
8585
{},
8686
function noop() {}
8787
];

0 commit comments

Comments
 (0)