Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Stringy committed Sep 21, 2023
1 parent 85ddd0c commit 4cb00d0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions integration-tests/suites/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ const (

type IntegrationTestSuiteBase struct {
suite.Suite
executor common.Executor
collector *common.CollectorManager
sensor *mock_sensor.MockSensor
metrics map[string]float64
suiteSetupDone bool
executor common.Executor
collector *common.CollectorManager
sensor *mock_sensor.MockSensor
metrics map[string]float64
}

type ContainerStat struct {
Expand Down

0 comments on commit 4cb00d0

Please sign in to comment.