diff --git a/packages/thirdweb/src/wallets/aws-kms.test.ts b/packages/thirdweb/src/wallets/aws-kms.test.ts index 280ba64eff6..4cab160c7bd 100644 --- a/packages/thirdweb/src/wallets/aws-kms.test.ts +++ b/packages/thirdweb/src/wallets/aws-kms.test.ts @@ -66,9 +66,6 @@ test("sign transaction", async () => { const signedTx = await account.signTransaction?.(tx); expect(signedTx).toMatch(/^0x[a-fA-F0-9]+$/); - - // Optionally, you can use viem to parse the transaction and verify its contents - // This step depends on the exact format of your signed transaction }); test("sign typed data", async () => {