Skip to content

Commit 34db0f0

Browse files
authored
Update test.main.js
Signed-off-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>
1 parent daf02e4 commit 34db0f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/dmidrange/test

lib/node_modules/@stdlib/stats/base/ndarray/dmidrange/test/test.main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ tape( 'the function calculates the midrange of a one-dimensional ndarray', funct
7272

7373
x = new Float64Array( [ -0.0, 0.0, -0.0 ] );
7474
v = dmidrange( [ vector( x, 3, 1, 0 ) ] );
75-
t.strictEqual( isPositiveZero( v ), true, 'returns expected value' );
75+
t.strictEqual( isPositiveZero( v ), true, 'returns expected value' );
7676

7777
x = new Float64Array( [ NaN ] );
7878
v = dmidrange( [ vector( x, 1, 1, 0 ) ] );

0 commit comments

Comments
 (0)