forked from mirrors/statsd_exporter
Fix parameter to NewExporter in test
This commit is contained in:
parent
61f4c6e926
commit
4d22a721eb
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ func TestNegativeCounter(t *testing.T) {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
events <- c
|
events <- c
|
||||||
ex := NewExporter(&metricMapper{})
|
ex := NewExporter(&metricMapper{}, true)
|
||||||
|
|
||||||
// Close channel to signify we are done with the listener after a short period.
|
// Close channel to signify we are done with the listener after a short period.
|
||||||
go func() {
|
go func() {
|
||||||
|
|
Loading…
Reference in a new issue