Skip to content

Commit db244e0

Browse files
Update lib/node_modules/@stdlib/blas/ext/base/scusumors/test/test.ndarray.js
Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Bryan Elee <rxbryn@gmail.com>
1 parent 8187825 commit db244e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ tape( 'the function returns a reference to the output array', function test( t )
140140
t.end();
141141
});
142142

143-
tape( 'if provided an `N` parameter less than or equal to `0`, the function returns the output unchanged', function test( t ) {
143+
tape( 'if provided an `N` parameter less than or equal to `0`, the function returns the output array unchanged', function test( t ) {
144144
var expected;
145145
var x;
146146
var y;

0 commit comments

Comments
 (0)