Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 18, 2022
1 parent 1de4c1c commit a3a2637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truncate/benchmark/benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function createBenchmark( len ) {
}
}
b.toc();
if ( typeof out !== 'string' ) {
if ( !isString( out ) ) {
b.fail( 'should return a string' );
}
b.pass( 'benchmark finished' );
Expand Down

0 comments on commit a3a2637

Please sign in to comment.