Skip to content

Commit 7f14de6

Browse files
Update benchmark.native.js
Signed-off-by: Karan Anand <[email protected]>
1 parent a0af388 commit 7f14de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/ellipj/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ bench( pkg+'::native', opts, function benchmark( b ) {
5757
}
5858
b.toc();
5959
if ( !isFloat64Array( out ) ) {
60-
b.fail( 'should return an array' );
60+
b.fail( 'should return a Float64Array' );
6161
}
6262
for ( i = 0; i < 4; i++ ) {
6363
if ( !isNumber( out[ i ] ) ) {

0 commit comments

Comments
 (0)