Skip to content

Commit d7c710e

Browse files
authored
test: fix message
Signed-off-by: Athan <kgryte@gmail.com>
1 parent c433380 commit d7c710e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

134134
v = stdevch( [ vector( x, 1, 1, 0 ), correction ] );
135-
t.strictEqual( isnan( v ), true, 'returns NaN' );
135+
t.strictEqual( isnan( v ), true, 'returns expected value' );
136136

137137
t.end();
138138
});

0 commit comments

Comments
 (0)