Skip to content

Commit f153f60

Browse files
authored
test: remove invalid test case
Signed-off-by: Athan <[email protected]>
1 parent 81821e1 commit f153f60

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/find-last-index/docs/types

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/blas/ext/find-last-index/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ function clbk( value: any ): boolean {
192192
findLastIndex( x, { 'dim': ( x: number ): number => x }, clbk ); // $ExpectError
193193

194194
findLastIndex( x, { 'dim': '5' }, clbk, {} ); // $ExpectError
195-
findLastIndex( x, { 'dim': 5 }, clbk, {} ); // $ExpectError
196195
findLastIndex( x, { 'dim': true }, clbk, {} ); // $ExpectError
197196
findLastIndex( x, { 'dim': false }, clbk, {} ); // $ExpectError
198197
findLastIndex( x, { 'dim': null }, clbk, {} ); // $ExpectError

0 commit comments

Comments
 (0)