Skip to content

Commit

Permalink
update transactionCount
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanGodara committed Apr 9, 2024
1 parent 9359961 commit ef08bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpc/block_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -912,8 +912,8 @@ func TestBlockTransactionCount(t *testing.T) {
},
"testnet": {
{
BlockID: WithBlockNumber(300000),
ExpectedCount: 23,
BlockID: WithBlockNumber(52959),
ExpectedCount: 58,
},
},
"mainnet": {},
Expand Down

0 comments on commit ef08bb3

Please sign in to comment.