Merge pull request #1608 from prometheus/fix-printf

Fix format argument in retrieval test.
This commit is contained in:
Tobias Schmidt 2016-05-01 17:44:16 -04:00
commit 3ce895e86d
1 changed files with 1 additions and 1 deletions

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