mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
app/vmselect/promql: make fmt
This commit is contained in:
parent
dd96714a2c
commit
11bbb3552d
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue