Skip to content

Commit 41135da

Browse files
committed
test: fix missing argument
1 parent e379b5c commit 41135da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/isamax/test/test.ndarray.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ tape( 'if provided an `N` parameter equal to `1`, the function returns `0`', opt
117117
t.end();
118118
});
119119

120-
tape( 'the function supports accessing elements in reverse order', function test( t ) {
120+
tape( 'the function supports accessing elements in reverse order', opts, function test( t ) {
121121
var idx;
122122
var x;
123123

0 commit comments

Comments
 (0)