From 396afb4fa979314109bc45d3d5eca61acd3830f3 Mon Sep 17 00:00:00 2001 From: Kevin Yang <5478483+k-yang@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:19:07 -0800 Subject: [PATCH] Update account_info_test.go --- eth/rpc/backend/account_info_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/rpc/backend/account_info_test.go b/eth/rpc/backend/account_info_test.go index a4caa2580..94de2f184 100644 --- a/eth/rpc/backend/account_info_test.go +++ b/eth/rpc/backend/account_info_test.go @@ -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, }, {