Skip to content

Commit dbd5096

Browse files
authored
chore: add correct parameter number
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 7c39b43 commit dbd5096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dgemv/test/test.dgemv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ tape( 'the function throws an error if provided an invalid fourth argument', fun
159159
}
160160
});
161161

162-
tape( 'the function throws an error if provided an invalid sixth argument', function test( t ) {
162+
tape( 'the function throws an error if provided an invalid seventh argument', function test( t ) {
163163
var values;
164164
var data;
165165
var i;

0 commit comments

Comments
 (0)