mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-28 22:21:21 +01:00
Set test time to fixed value.
This commit is contained in:
parent
2f06b8bea6
commit
1d5df867d1
@ -24,7 +24,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
testInstant = time.Now()
|
||||
testInstant = time.Time{}
|
||||
)
|
||||
|
||||
func testAppendSample(p MetricPersistence, s model.Sample, t test.Tester) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user