Skip to content

Commit 6b8e3fa

Browse files
authored
test: update descriptions
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 0723d54 commit 6b8e3fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/ext/base/gfind-index/test/test.ndarray.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ tape( 'the function returns the index of the first element which passes a test i
8080
}
8181
});
8282

83-
tape( 'the function returns `-1` if provided `N` parameter is less than or equal to zero', function test( t ) {
83+
tape( 'the function returns `-1` if the provided `N` parameter is less than or equal to zero', function test( t ) {
8484
var actual;
8585

8686
actual = gfindIndex( 0, [ 1.0, 2.0, 3.0 ], 1, 0, clbk );
@@ -96,7 +96,7 @@ tape( 'the function returns `-1` if provided `N` parameter is less than or equal
9696
}
9797
});
9898

99-
tape( 'the function returns `-1` if provided `N` parameter is less than or equal to zero (accessors)', function test( t ) {
99+
tape( 'the function returns `-1` if the provided `N` parameter is less than or equal to zero (accessors)', function test( t ) {
100100
var actual;
101101

102102
actual = gfindIndex( 0, toAccessorArray( [ 1.0, 2.0, 3.0 ] ), 1, 0, clbk );

0 commit comments

Comments
 (0)