From 2228d132ad88b85a3141c2c9483fd38c03e3a2b7 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Mon, 1 Jan 2024 22:16:11 +0000 Subject: [PATCH] Auto-generated commit --- broadcast-arrays/test/test.js | 10 +++++----- maybe-broadcast-arrays/test/test.js | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/broadcast-arrays/test/test.js b/broadcast-arrays/test/test.js index a2bc0a18..9d58b3f6 100644 --- a/broadcast-arrays/test/test.js +++ b/broadcast-arrays/test/test.js @@ -37,7 +37,7 @@ tape( 'main export is a function', function test( t ) { t.end(); }); -tape( 'the function throws an error if a first argument which is not an ndarray or an array-like object containing ndarrays', function test( t ) { +tape( 'the function throws an error if provided a first argument which is not an ndarray or an array-like object containing ndarrays', function test( t ) { var values; var i; @@ -65,7 +65,7 @@ tape( 'the function throws an error if a first argument which is not an ndarray } }); -tape( 'the function throws an error if a second argument which is not an ndarray', function test( t ) { +tape( 'the function throws an error if provided a second argument which is not an ndarray', function test( t ) { var values; var x; var i; @@ -96,7 +96,7 @@ tape( 'the function throws an error if a second argument which is not an ndarray } }); -tape( 'the function throws an error if a third argument which is not an ndarray', function test( t ) { +tape( 'the function throws an error if provided a third argument which is not an ndarray', function test( t ) { var values; var x; var i; @@ -127,7 +127,7 @@ tape( 'the function throws an error if a third argument which is not an ndarray' } }); -tape( 'the function throws an error if a fourth argument which is not an ndarray', function test( t ) { +tape( 'the function throws an error if provided a fourth argument which is not an ndarray', function test( t ) { var values; var x; var i; @@ -158,7 +158,7 @@ tape( 'the function throws an error if a fourth argument which is not an ndarray } }); -tape( 'the function throws an error if a fifth argument which is not an ndarray', function test( t ) { +tape( 'the function throws an error if provided a fifth argument which is not an ndarray', function test( t ) { var values; var x; var i; diff --git a/maybe-broadcast-arrays/test/test.js b/maybe-broadcast-arrays/test/test.js index 34fbc7ee..a628d075 100644 --- a/maybe-broadcast-arrays/test/test.js +++ b/maybe-broadcast-arrays/test/test.js @@ -37,7 +37,7 @@ tape( 'main export is a function', function test( t ) { t.end(); }); -tape( 'the function throws an error if a first argument which is not an ndarray or an array-like object containing ndarrays', function test( t ) { +tape( 'the function throws an error if provided a first argument which is not an ndarray or an array-like object containing ndarrays', function test( t ) { var values; var i; @@ -65,7 +65,7 @@ tape( 'the function throws an error if a first argument which is not an ndarray } }); -tape( 'the function throws an error if a second argument which is not an ndarray', function test( t ) { +tape( 'the function throws an error if provided a second argument which is not an ndarray', function test( t ) { var values; var x; var i; @@ -96,7 +96,7 @@ tape( 'the function throws an error if a second argument which is not an ndarray } }); -tape( 'the function throws an error if a third argument which is not an ndarray', function test( t ) { +tape( 'the function throws an error if provided a third argument which is not an ndarray', function test( t ) { var values; var x; var i; @@ -127,7 +127,7 @@ tape( 'the function throws an error if a third argument which is not an ndarray' } }); -tape( 'the function throws an error if a fourth argument which is not an ndarray', function test( t ) { +tape( 'the function throws an error if provided a fourth argument which is not an ndarray', function test( t ) { var values; var x; var i; @@ -158,7 +158,7 @@ tape( 'the function throws an error if a fourth argument which is not an ndarray } }); -tape( 'the function throws an error if a fifth argument which is not an ndarray', function test( t ) { +tape( 'the function throws an error if provided a fifth argument which is not an ndarray', function test( t ) { var values; var x; var i;