Skip to content

Commit 23b2d2d

Browse files
authored
test: fix regression
Signed-off-by: Athan <[email protected]>
1 parent 6ee9094 commit 23b2d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ tape( 'the function supports a negative `stride` parameter', opts, function test
244244
t.end();
245245
});
246246

247-
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of the first element repeated N times', function test( t ) {
247+
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of the first element repeated N times', opts, function test( t ) {
248248
var x;
249249
var v;
250250

0 commit comments

Comments
 (0)