mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 23:56:43 +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,
|
||||
Overrides: nil,
|
||||
}
|
||||
res, err := LinkAndDeployContractWithOverrides(&opts, bindBackend, deploymentParams)
|
||||
res, err := LinkAndDeploy(&opts, bindBackend, deploymentParams)
|
||||
if err != nil {
|
||||
t.Fatalf("err: %+v\n", err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue