good morning!!!!

Skip to content
Snippets Groups Projects
Commit ee73f097 authored by Bas van Kervel's avatar Bas van Kervel
Browse files

fixed unittest compilation issue

parent dc58568a
Branches
Tags v0.3.15
No related merge requests found
......@@ -76,8 +76,9 @@ func TestCompileSolidity(t *testing.T) {
expLanguageVersion := "0"
expSource := source
xeth := xeth.NewTest(&eth.Ethereum{}, nil)
api := NewEthApi(xeth, codec.JSON)
eth := &eth.Ethereum{}
xeth := xeth.NewTest(eth, nil)
api := NewEthApi(xeth, eth, codec.JSON)
var rpcRequest shared.Request
json.Unmarshal([]byte(jsonstr), &rpcRequest)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment