Skip to content

Commit 19d177e

Browse files
authored
bench: update message
Signed-off-by: Athan <[email protected]>
1 parent bd77ec2 commit 19d177e

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/complex/float64/conj/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/complex/float64/conj/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ bench( pkg, function benchmark( b ) {
5151
}
5252
b.toc();
5353
if ( !isComplex128( y ) ) {
54-
b.fail( 'should return a Complex128' );
54+
b.fail( 'should return a complex number' );
5555
}
5656
b.pass( 'benchmark finished' );
5757
b.end();

0 commit comments

Comments
 (0)