Skip to content

Commit a7e3e92

Browse files
authored
Update lib/node_modules/@stdlib/math/base/special/bernoullif/test/test.native.js
Signed-off-by: Gunj Joshi <[email protected]>
1 parent 9822a83 commit a7e3e92

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/bernoullif/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tape( 'if provided a negative number, the function returns `NaN`', opts, functio
5454
var v;
5555
var i;
5656

57-
t.strictEqual( isnanf( bernoullif( -3.14 ) ), true, 'returns NaN' );
57+
t.strictEqual( isnanf( bernoullif( -3.14 ) ), true, 'returns expected value' );
5858

5959
for ( i = -1; i > -50; i-- ) {
6060
v = bernoullif( i );

0 commit comments

Comments
 (0)