Skip to content

Commit aaaa126

Browse files
chore: update test description
1 parent 36f404c commit aaaa126

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn/test/test.dnannsumkbn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ tape( 'if provided a `stride` parameter equal to `0`, the function returns the s
232232
t.end();
233233
});
234234

235-
tape( 'if provided a `stride` parameter equal to `0` and the first element is `NaN`, the function returns a sum equal to `0.0`', function test( t ) {
235+
tape( 'if provided a `stride` parameter equal to `0` and the first element is `NaN`, the function returns `0.0`', function test( t ) {
236236
var expected;
237237
var out;
238238
var x;

lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn/test/test.dnannsumkbn.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ tape( 'if provided a `stride` parameter equal to `0`, the function returns the s
241241
t.end();
242242
});
243243

244-
tape( 'if provided a `stride` parameter equal to `0` and the first element is `NaN`, the function returns a sum equal to `0.0`', opts, function test( t ) {
244+
tape( 'if provided a `stride` parameter equal to `0` and the first element is `NaN`, the function returns `0.0`', opts, function test( t ) {
245245
var expected;
246246
var out;
247247
var x;

lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn/test/test.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ tape( 'if provided a `stride` parameter equal to `0`, the function returns the s
232232
t.end();
233233
});
234234

235-
tape( 'if provided a `stride` parameter equal to `0` and the first element is `NaN`, the function returns a sum of `0.0`', function test( t ) {
235+
tape( 'if provided a `stride` parameter equal to `0` and the first element is `NaN`, the function returns `0.0`', function test( t ) {
236236
var expected;
237237
var out;
238238
var x;

lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn/test/test.ndarray.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ tape( 'if provided a `stride` parameter equal to `0`, the function returns the s
241241
t.end();
242242
});
243243

244-
tape( 'if provided a `stride` parameter equal to `0` and the first element is `NaN`, the function returns a sum of `0.0`', opts, function test( t ) {
244+
tape( 'if provided a `stride` parameter equal to `0` and the first element is `NaN`, the function returns `0.0`', opts, function test( t ) {
245245
var expected;
246246
var out;
247247
var x;

0 commit comments

Comments
 (0)