Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar955 committed Sep 9, 2024
1 parent 278b68c commit bd36128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2etest/test_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var (
eventuallyWaitTimeOut = 40 * time.Second
eventuallyPollTime = 1 * time.Second
regtestParams = &chaincfg.RegressionNetParams
defaultEpochInterval = uint(400) //nolint:unused false positive(e2e build tag), used in e2etests
defaultEpochInterval = uint(400) //nolint:unused
)

func defaultVigilanteConfig() *config.Config {
Expand Down

0 comments on commit bd36128

Please sign in to comment.