Skip to content

Commit ab84143

Browse files
committed
Update test case
1 parent 50d0b15 commit ab84143

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/array/base/getter/docs/types

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/base/getter/docs/types/test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import getter = require( './index' );
5050
// The compiler throws an error if the function is provided an unsupported number of arguments...
5151
{
5252
getter(); // $ExpectError
53-
getter( 'float', {} ); // $ExpectError
53+
getter( 'float64', {} ); // $ExpectError
5454
}
5555

5656
// The function returns a function which returns an array element...

0 commit comments

Comments
 (0)