Skip to content

Commit abbc3ca

Browse files
authored
test: fix failing tests
Signed-off-by: Athan <[email protected]>
1 parent b6ac48a commit abbc3ca

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/smaxsorted/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/smaxsorted/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ tape( 'the function calculates the maximum value of a one-dimensional ndarray',
8080

8181
x = new Float32Array( [ 0.0, -0.0, -0.0 ] );
8282
v = smaxsorted( [ vector( x, 3, 1, 0 ) ] );
83-
t.strictEqual( isPositiveZero( v ), true, 'returns expected value' );
83+
t.strictEqual( isPositiveZerof( v ), true, 'returns expected value' );
8484

8585
x = new Float32Array( [ NaN ] );
8686
v = smaxsorted( [ vector( x, 1, 1, 0 ) ] );

0 commit comments

Comments
 (0)