From e89a98e6b41749f7f701fcaed2e2dadff71181b1 Mon Sep 17 00:00:00 2001 From: Jochem Brouwer Date: Sat, 17 Aug 2024 14:02:30 +0200 Subject: [PATCH] cspell: fixes --- packages/tx/test/types.ts | 3 ++- packages/util/test/account.spec.ts | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/packages/tx/test/types.ts b/packages/tx/test/types.ts index cdea917f7c..d0974b38a7 100644 --- a/packages/tx/test/types.ts +++ b/packages/tx/test/types.ts @@ -27,8 +27,9 @@ export interface TxData { } // The type of each entry from ./ttTransactionTestEip155VitaliksTests.json // cspell:disable-line +// cspell:disable export interface VitaliksTestsDataEntry { - // cspell:disable-line + // cspell:enable blocknumber: string hash: string rlp: string diff --git a/packages/util/test/account.spec.ts b/packages/util/test/account.spec.ts index 3fa0cc52fd..ac15005be7 100644 --- a/packages/util/test/account.spec.ts +++ b/packages/util/test/account.spec.ts @@ -498,8 +498,9 @@ describe('Utility Functions', () => { ) }) + // cspell:disable it('generateAddress wt.testh nonce 0 (special case)', () => { - // cspell:disable-line + // cspell:enable const addr = generateAddress(toBytes('0x990ccf8a0de58091c028d6ff76bb235ee67c1c39'), toBytes(0)) assert.equal( bytesToHex(addr), @@ -508,8 +509,9 @@ describe('Utility Functions', () => { ) }) + // cspell:disable it('generateAddress wt.testh non-buffer inputs', () => { - // cspell:disable-line + // cspell:enable assert.throws( function () { generateAddress(