Skip to content

Commit

Permalink
Merge branch 'master' into improve-hash-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kuskoman authored Nov 7, 2024
2 parents 50a599c + 45cbeed commit b34bac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/prometheus_helper/prometheus_helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ func TestSimpleMetricsHelper(t *testing.T) {
}
helper.NewFloatMetric(metricDesc, prometheus.GaugeValue, metricValue)
helper.NewIntMetric(metricDesc, prometheus.GaugeValue, int(metricValue))
helper.NewInt64Metric(metricDesc, prometheus.GaugeValue, int64(metricValue))

close(ch)

Expand Down

0 comments on commit b34bac1

Please sign in to comment.