Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit f2f7c55

Browse files
committed
Merge branch 'wyatt/1.x/typescript-build-fix' into wyatt/1.x/5890-abi-encoding-ints
2 parents a8ce1c2 + 1b0b73e commit f2f7c55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/web3-utils/types/tests/check-address-checksum-test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ import {checkAddressChecksum} from 'web3-utils';
2525

2626
// $ExpectType boolean
2727
checkAddressChecksum('0x8ee7f17bb3f88b01247c21ab6603880b64ae53e811f5e01138822e558cf1ab51');
28-
// $ExpectType boolean
28+
29+
// $ExpectError
2930
checkAddressChecksum('0xFb6916095CA1dF60bb79CE92ce3Ea74C37c5D359', 31);
30-
// $ExpectType boolean
31+
// $ExpectError
3132
checkAddressChecksum('0xFb6916095CA1dF60bb79CE92ce3Ea74C37c5D359', undefined);
32-
3333
// $ExpectError
3434
checkAddressChecksum([4]);
3535
// $ExpectError

0 commit comments

Comments
 (0)