Skip to content

Commit

Permalink
accounts/abi: use deprecated, ignore in lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusVanDerWijden committed Jan 2, 2024
1 parent 7ab3038 commit 9c754a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions accounts/abi/bind/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ var waitDeployedTests = map[string]struct {
},
}

//nolint:staticcheck
func TestWaitDeployed(t *testing.T) {
t.Parallel()
for name, test := range waitDeployedTests {
Expand Down Expand Up @@ -101,6 +102,7 @@ func TestWaitDeployed(t *testing.T) {
}
}

//nolint:staticcheck
func TestWaitDeployedCornerCases(t *testing.T) {
backend := backends.NewSimulatedBackend(
core.GenesisAlloc{
Expand Down

0 comments on commit 9c754a0

Please sign in to comment.