Skip to content

Commit

Permalink
Update prometheus/prometheus_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Cabatoff <[email protected]>
  • Loading branch information
banks and ncabatoff authored Apr 20, 2021
1 parent 38a4490 commit 60a4d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/prometheus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func TestDefinitions(t *testing.T) {
// is after all the actual updates above.
timeAfterUpdates := time.Now()
// Buffer the chan to make sure it doesn't block. We expect only 3 metrics to
// be produced but give some extra room as this will hand the test if we don't
// be produced but give some extra room as this will hang the test if we don't
// have a big enough buffer.
ch := make(chan prometheus.Metric, 10)

Expand Down

0 comments on commit 60a4d2a

Please sign in to comment.