Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliy committed Sep 13, 2024
1 parent f198372 commit 8ad70af
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/evm/jsonrpc/jsonrpctest/jsonrpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ package jsonrpctest
import (
"context"
"encoding/json"
"fmt"
"math/big"
"slices"
"strconv"
"strings"
"testing"
"time"
Expand Down Expand Up @@ -520,16 +518,6 @@ func TestRPCCustomError(t *testing.T) {
require.EqualValues(t, 42, args[0])
}

func Test1(t *testing.T) {
i := 123

s := fmt.Sprintf("%x", i)
s2 := strconv.FormatInt(int64(i), 16)

fmt.Println(s)
fmt.Println(s2)
}

func TestRPCTraceTx(t *testing.T) {
env := newSoloTestEnv(t)
creator, creatorAddress := env.soloChain.NewEthereumAccountWithL2Funds()
Expand Down

0 comments on commit 8ad70af

Please sign in to comment.