Fix parameter to NewExporter in test

This commit is contained in:
Johannes 'fish' Ziemke 2016-05-03 23:45:17 +02:00
parent 61f4c6e926
commit 4d22a721eb

View file

@ -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() {