Skip to content

Commit 5b257d7

Browse files
authored
test: fix message
Signed-off-by: Athan <[email protected]>
1 parent b64473d commit 5b257d7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ tape( 'if provided a correction argument yielding `N-correction` less than or eq
133133
correction = scalar2ndarray( 1.0, opts );
134134

135135
v = sstdev( [ vector( x, 1, 1, 0 ), correction ] );
136-
t.strictEqual( isnanf( v ), true, 'returns NaN' );
136+
t.strictEqual( isnanf( v ), true, 'returns expected value' );
137137

138138
t.end();
139139
});

0 commit comments

Comments
 (0)