Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
b-gopalswami committed Oct 23, 2024
1 parent 91c1335 commit 9ac8545
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ CommitAndExecuteOnSameDON = false
AllowOutOfOrder = false
BiDirectionalLane = true
NoOfCommitNodes = 5
PhaseTimeout = '50m'`q
PhaseTimeout = '50m'
LocalCluster = false
ExistingDeployment = false
ReuseContracts = true
Expand Down
2 changes: 0 additions & 2 deletions integration-tests/crib/chaos.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ package crib
import (
"time"

"github.com/smartcontractkit/chainlink-testing-framework/havoc"

"github.com/chaos-mesh/chaos-mesh/api/v1alpha1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

Expand Down

0 comments on commit 9ac8545

Please sign in to comment.