Skip to content

Commit 99ead4d

Browse files
committed
Update test
1 parent 2b8e6c4 commit 99ead4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/node_modules/@stdlib/utils/map-right/test/test.assign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ tape( 'the function applies a function to array elements (empty typed array)', f
553553
arr = new Float64Array( [] );
554554
out = new Float64Array( [] );
555555

556-
expected = [];
556+
expected = new Float64Array( [] );
557557
actual = mapRight( arr, out, f );
558558

559559
t.strictEqual( actual, out, 'returns expected value' );

0 commit comments

Comments
 (0)