mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
accounts/abi: use deprecated, ignore in lint
This commit is contained in:
parent
7ab3038951
commit
9c754a0c3f
1 changed files with 2 additions and 0 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in a new issue