Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

merge pr #730 #862

Merged
merged 3 commits into from
Apr 15, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test fix
  • Loading branch information
Freddy Li authored and Freddy Li committed Apr 14, 2021
commit c40f2fd99a9692c72bdb4803b91b8c69ec204059
2 changes: 1 addition & 1 deletion tests/rpc_test.go
Original file line number Diff line number Diff line change
@@ -562,7 +562,7 @@ func TestEth_EstimateGas_ContractDeployment(t *testing.T) {
err := json.Unmarshal(rpcRes.Result, &gas)
require.NoError(t, err, string(rpcRes.Result))

require.Equal(t, "0x1a724", gas.String())
require.Equal(t, "0x1ab8d", gas.String())
}

func TestEth_GetBlockByNumber(t *testing.T) {