app/vmselect/promql: make fmt

This commit is contained in:
Aliaksandr Valialkin 2020-12-02 21:33:35 +02:00
parent dd96714a2c
commit 11bbb3552d

View File

@ -541,7 +541,7 @@ func TestExecSuccess(t *testing.T) {
q := `minute(time() <= 1200 or time() > 1600)`
r := netstorage.Result{
MetricName: metricNameExpected,
Values: []float64{16, 20, nan, nan, 30, 33},
Values: []float64{16, 20, nan, nan, 30, 33},
Timestamps: timestampsExpected,
}
resultExpected := []netstorage.Result{r}