Skip to content

Commit fe3423b

Browse files
authored
test: update description
Signed-off-by: Athan <[email protected]>
1 parent 01d7460 commit fe3423b

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/glast-index-of/test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/glast-index-of/test/test.main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ tape( 'the function returns `-1` if provided a search element equal to `NaN`', f
124124
t.end();
125125
});
126126

127-
tape( 'the function returns `-1` if provided a search element equal to `NaN`', function test( t ) {
127+
tape( 'the function returns `-1` if provided a search element equal to `NaN` (accessors)', function test( t ) {
128128
var actual;
129129

130130
actual = glastIndexOf( 1, NaN, toAccessorArray( [ NaN ] ), 1 );

0 commit comments

Comments
 (0)