diff --git a/lib/node_modules/@stdlib/math/base/special/factorial2/test/test.js b/lib/node_modules/@stdlib/math/base/special/factorial2/test/test.js index 95cf36dd2089..6cae14a08035 100644 --- a/lib/node_modules/@stdlib/math/base/special/factorial2/test/test.js +++ b/lib/node_modules/@stdlib/math/base/special/factorial2/test/test.js @@ -88,7 +88,7 @@ tape( 'the function evaluates the double factorial', function test( t ) { t.end(); }); -tape( 'if provided integers greater than `301`, the function returns positive infinity', function test( t ) { +tape( 'if provided integers greater than `300`, the function returns positive infinity', function test( t ) { var i; var v; for ( i = 301; i < 500; i++ ) {