Skip to content

Commit 92ded44

Browse files
authored
fix: apply review suggestion
Signed-off-by: Muhammad Haris <[email protected]>
1 parent f045749 commit 92ded44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

244-
tape( 'if provided a `stride` parameter equal to `0`, the function returns the sum of the first element repeated N times', function test( t ) {
244+
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 ) {
245245
var x;
246246
var v;
247247

0 commit comments

Comments
 (0)