mirror of
https://github.com/prometheus/prometheus
synced 2024-12-26 08:33:06 +00: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…
Reference in New Issue
Block a user