We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1510b commit 4963673Copy full SHA for 4963673
pkg/cachedtransactiongather/cachedtransactiongather_test.go
@@ -18,7 +18,7 @@ type mockGatherer struct {
18
func (m mockGatherer) Gather() ([]*io_prometheus_client.MetricFamily, error) {
19
fmt.Println("start gather: " + m.sleepUntil.String())
20
time.Sleep(m.sleepUntil)
21
- fmt.Sprintf("end gather: " + m.sleepUntil.String())
+ fmt.Println("end gather: " + m.sleepUntil.String())
22
return []*io_prometheus_client.MetricFamily{}, nil
23
}
24
0 commit comments