From 0cff488b04386c50fbf79b207f6cb554bee44622 Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Tue, 26 Nov 2024 17:22:28 +0700 Subject: [PATCH] fix v2 test --- accounts/abi/bind/v2/v2_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }