Skip to content

Commit 42140f2

Browse files
authored
test: update description
Signed-off-by: Athan <[email protected]>
1 parent 3fdee47 commit 42140f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ tape( 'the function supports a negative `stride` parameter', function test( t )
152152
t.end();
153153
});
154154

155-
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of the first element repeated N times', function test( t ) {
155+
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of the absolute value of the first element repeated N times', function test( t ) {
156156
var x;
157157
var v;
158158

0 commit comments

Comments
 (0)