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 May 23, 2024
1 parent 093f08f commit fbc0e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.sort.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ tape( 'main export is a function', function test( t ) {
t.end();
});

tape( 'attached to the prototype of the main export is an `sort` method', function test( t ) {
tape( 'attached to the prototype of the main export is a `sort` method', function test( t ) {
t.strictEqual( hasOwnProp( Complex64Array.prototype, 'sort' ), true, 'has property' );
t.strictEqual( isFunction( Complex64Array.prototype.sort ), true, 'has method' );
t.end();
Expand Down

0 comments on commit fbc0e58

Please sign in to comment.