Skip to content

Commit

Permalink
Update exporters/prometheus/exporter_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Jun 29, 2023
1 parent fcfb775 commit e70b79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/prometheus/exporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ func TestDuplicateMetrics(t *testing.T) {
}
}

func TestConcurrentCollect(t *testing.T) {
func TestCollectConcurrentSafe(t *testing.T) {
registry := prometheus.NewRegistry()
cfg := newConfig(WithRegisterer(registry))

Expand Down

0 comments on commit e70b79f

Please sign in to comment.