Skip to content

Commit

Permalink
Update account_info_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed Jan 16, 2025
1 parent e95f809 commit 396afb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/rpc/backend/account_info_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func (s *BackendSuite) TestGetBalance() {
{
name: "happy: recipient balance after transfer",
address: recipient,
blockNumber: rpc.NewBlockNumber(big.NewInt(transferTxBlockNumber.Int64() + 1)),
blockNumber: transferTxBlockNumber,
wantPositiveBalance: true,
},
{
Expand Down

0 comments on commit 396afb4

Please sign in to comment.