fix v2 test

This commit is contained in:
Jared Wasinger 2024-11-26 17:22:28 +07:00 committed by Felix Lange
parent ab97d38da5
commit 0cff488b04
1 changed files with 1 additions and 1 deletions

View File

@ -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)
} }