app/vmselect/promql: fix limit_offset() test

The test has been broken in addae7fc6a
This commit is contained in:
Aliaksandr Valialkin 2022-01-13 16:58:45 +02:00
parent 4e7026320a
commit 9469696e46
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1

View File

@ -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,
}