mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 06:23:47 +00:00
fix v2 test
This commit is contained in:
parent
ab97d38da5
commit
0cff488b04
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ func TestDeployment(t *testing.T) {
|
||||||
Libraries: nested_libraries.C1LibraryDeps,
|
Libraries: nested_libraries.C1LibraryDeps,
|
||||||
Overrides: nil,
|
Overrides: nil,
|
||||||
}
|
}
|
||||||
res, err := LinkAndDeployContractWithOverrides(&opts, bindBackend, deploymentParams)
|
res, err := LinkAndDeploy(&opts, bindBackend, deploymentParams)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("err: %+v\n", err)
|
t.Fatalf("err: %+v\n", err)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue