Skip to content

Commit

Permalink
fix v2 test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasinger committed Nov 26, 2024
1 parent 5a226a7 commit 12e03bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/abi/bind/v2/v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 12e03bf

Please sign in to comment.