Skip to content

Commit c538e02

Browse files
authored
test: fix array value
Signed-off-by: Athan <[email protected]>
1 parent f48b6e0 commit c538e02

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/array/range-by/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/array/range-by/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ tape( 'the function supports providing a callback execution context (accessors)'
259259
this.count += 1; // eslint-disable-line no-invalid-this
260260
indices.push( idx );
261261
values.push( v );
262-
arrays.push( arr.data );
262+
arrays.push( arr );
263263
return v * 2.0;
264264
}
265265
});

0 commit comments

Comments
 (0)