Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit a3be825

Browse files
adjisbMicaiahReid
authored andcommitted
Update src/chains/ethereum/ethereum/tests/forking/block.test.ts
Co-authored-by: Micaiah Reid <[email protected]>
1 parent 66080cd commit a3be825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chains/ethereum/ethereum/tests/forking/block.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ describe("forking", function () {
8585
assert.deepStrictEqual(block, block0);
8686
});
8787

88-
it("should get TransactionCountByHash from the original chain", async () => {
88+
it("should get transaction count by hash from the original chain", async () => {
8989
const block = await provider.send("eth_getBlockByNumber", ["0xB443", true]);
9090
const blockTransactionCountByHash = await provider.send("eth_getBlockTransactionCountByHash", [block.hash]);
9191
assert.deepStrictEqual(block.transactions.length, parseInt(blockTransactionCountByHash));

0 commit comments

Comments
 (0)