Skip to content

Commit

Permalink
metrics: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
turtleDev committed Jun 12, 2024
1 parent 3da9c13 commit 3e5aad1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion metrics/prometheus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ func (m *mockObserver) Observe(f float64) {
}

func (promSuite *PrometheusTestSuite) Test_Prometheus_Collector_Metrics_Initialised() {
numCounters := 12

// NOTE(turtledev): what are we even testing here?
numCounters := 15
numGauge := 15
numHistogram := 8
var err error
Expand Down

0 comments on commit 3e5aad1

Please sign in to comment.