Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ebracho committed May 28, 2023
1 parent f5c56cb commit 8cc4c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/exporter/exporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ func TestScaledMapping(t *testing.T) {
events <- event.Events{}
close(events)

// Check histogram value
// Check counter value
metrics, err := prometheus.DefaultGatherer.Gather()
if err != nil {
t.Fatalf("Cannot gather from DefaultGatherer: %v", err)
Expand Down

0 comments on commit 8cc4c3a

Please sign in to comment.