mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-25 23:11:20 +01:00
app/vmselect/promql: fix limit_offset() test
The test has been broken in addae7fc6a
This commit is contained in:
parent
4e7026320a
commit
9469696e46
@ -2086,6 +2086,7 @@ func TestExecSuccess(t *testing.T) {
|
||||
label_set(time()*3, "foo", "x"),
|
||||
), "foo"))`
|
||||
r := netstorage.Result{
|
||||
MetricName: metricNameExpected,
|
||||
Values: []float64{3000, 3600, 4200, 4800, 5400, 6000},
|
||||
Timestamps: timestampsExpected,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user