Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Apr 20, 2024
1 parent b9a61ae commit 8b77771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/idamax/test/test.ndarray.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ tape( 'if provided an `N` parameter equal to `1`, the function returns `0`', fun
t.end();
});

tape( 'if provided a `strideX` parameter less than or equal to `0`, the function returns `0`', function test( t ) {
tape( 'if provided a `strideX` parameter less than or equal to `0`, the function returns `-1`', function test( t ) {
var expected;
var idx;
var x;
Expand Down
2 changes: 1 addition & 1 deletion base/idamax/test/test.ndarray.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ tape( 'if provided an `N` parameter equal to `1`, the function returns `0`', opt
t.end();
});

tape( 'if provided a `strideX` parameter less than or equal to `0`, the function returns `0`', opts, function test( t ) {
tape( 'if provided a `strideX` parameter less than or equal to `0`, the function returns `-1`', opts, function test( t ) {
var expected;
var idx;
var x;
Expand Down

0 comments on commit 8b77771

Please sign in to comment.