Fix format argument in retrieval test.

This commit is contained in:
Julius Volz 2016-05-01 23:37:45 +02:00
parent 04293424eb
commit 97b018d26d

View file

@ -210,7 +210,7 @@ func TestScrapePoolReload(t *testing.T) {
mtx.Lock()
if len(stopped) != numTargets {
t.Fatalf("Expected 20 stopped loops, got %d", stopped)
t.Fatalf("Expected 20 stopped loops, got %d", len(stopped))
}
mtx.Unlock()