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 396afb4 commit 39fdac9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eth/rpc/backend/account_info_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package backend_test

import (
"fmt"
"math/big"

gethcommon "github.com/ethereum/go-ethereum/common"
Expand Down Expand Up @@ -178,7 +177,6 @@ func (s *BackendSuite) TestGetBalance() {
)
s.Require().NoError(err)
s.Require().NotNil(balance)
fmt.Println("balance", balance.ToInt().Int64())
if tc.wantPositiveBalance {
s.Require().Greater(balance.ToInt().Int64(), int64(0))
} else {
Expand Down

0 comments on commit 39fdac9

Please sign in to comment.