Skip to content

Commit 09bcb90

Browse files
authored
fix: apply suggestions from code review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 61a91fb commit 09bcb90

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/ndarray/gfind-index/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/gfind-index/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ tape( 'the function supports one-dimensional ndarrays having non-unit strides',
106106

107107
actual = gfindIndex( [ vector( x, 4, 2, 0 ) ], isEven );
108108

109-
t.strictEqual( actual, 4, 'returns expected value' );
109+
t.strictEqual( actual, 3, 'returns expected value' );
110110
t.end();
111111

112112
function isEven( v ) {

0 commit comments

Comments
 (0)