Skip to content

Commit 338213e

Browse files
gunjjoshikgryte
andauthored
Update lib/node_modules/@stdlib/math/base/special/bernoulli/test/test.js
Co-authored-by: Athan <[email protected]> Signed-off-by: Gunj Joshi <[email protected]>
1 parent 5f291d6 commit 338213e

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/bernoulli/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/bernoulli/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tape( 'if provided `1`, the function returns `0.5`', function test( t ) {
6161

6262
tape( 'if provided `NaN`, the function returns `NaN`', function test( t ) {
6363
var v = bernoulli( NaN );
64-
t.strictEqual( isnan( v ), true, 'returns expected value when provided a NaN' );
64+
t.strictEqual( isnan( v ), true, 'returns expected value' );
6565
t.end();
6666
});
6767

0 commit comments

Comments
 (0)