From 9c754a0c3f256e3cbeef28250b5fef4143b12690 Mon Sep 17 00:00:00 2001 From: Marius van der Wijden Date: Tue, 19 Dec 2023 14:30:03 +0100 Subject: [PATCH] accounts/abi: use deprecated, ignore in lint --- accounts/abi/bind/util_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/accounts/abi/bind/util_test.go b/accounts/abi/bind/util_test.go index 8713cf1032..0921c7b34d 100644 --- a/accounts/abi/bind/util_test.go +++ b/accounts/abi/bind/util_test.go @@ -53,6 +53,7 @@ var waitDeployedTests = map[string]struct { }, } +//nolint:staticcheck func TestWaitDeployed(t *testing.T) { t.Parallel() for name, test := range waitDeployedTests { @@ -101,6 +102,7 @@ func TestWaitDeployed(t *testing.T) { } } +//nolint:staticcheck func TestWaitDeployedCornerCases(t *testing.T) { backend := backends.NewSimulatedBackend( core.GenesisAlloc{