accounts/abi: use deprecated, ignore in lint

This commit is contained in:
Marius van der Wijden 2023-12-19 14:30:03 +01:00
parent 7ab3038951
commit 9c754a0c3f

View file

@ -53,6 +53,7 @@ var waitDeployedTests = map[string]struct {
}, },
} }
//nolint:staticcheck
func TestWaitDeployed(t *testing.T) { func TestWaitDeployed(t *testing.T) {
t.Parallel() t.Parallel()
for name, test := range waitDeployedTests { for name, test := range waitDeployedTests {
@ -101,6 +102,7 @@ func TestWaitDeployed(t *testing.T) {
} }
} }
//nolint:staticcheck
func TestWaitDeployedCornerCases(t *testing.T) { func TestWaitDeployedCornerCases(t *testing.T) {
backend := backends.NewSimulatedBackend( backend := backends.NewSimulatedBackend(
core.GenesisAlloc{ core.GenesisAlloc{