From 671197d6316c41ebd62a5b2e5c8effaff3847682 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 23 May 2024 20:33:54 +0000 Subject: [PATCH] Auto-generated commit --- complex64/test/test.sort.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complex64/test/test.sort.js b/complex64/test/test.sort.js index cc7934b5..2aa04fda 100644 --- a/complex64/test/test.sort.js +++ b/complex64/test/test.sort.js @@ -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();