Skip to content

Commit 6331ceb

Browse files
authored
Fix test
Signed-off-by: Athan <[email protected]>
1 parent 11ab39f commit 6331ceb

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.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tape( 'if provided a negative number, the function returns `NaN`', opts, functio
6262
t.end();
6363
});
6464

65-
tape( 'if provided `1`, the function returns `0.5`', function test( t ) {
65+
tape( 'if provided `1`, the function returns `0.5`', opts, function test( t ) {
6666
var v = bernoulli( 1 );
6767
t.strictEqual( v, 0.5, 'returns expected value' );
6868
t.end();

0 commit comments

Comments
 (0)