diff --git a/accounts/abi/bind/v2/v2_test.go b/accounts/abi/bind/v2/v2_test.go index 0164219443..4f0fb90fb6 100644 --- a/accounts/abi/bind/v2/v2_test.go +++ b/accounts/abi/bind/v2/v2_test.go @@ -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) }