Third correction (#6012)

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
pull/6037/head
yuxiaobo96 2019-09-20 17:48:56 +08:00 committed by Brian Brazil
parent 612f9cb361
commit 5f6a56a0bb
2 changed files with 2 additions and 2 deletions

View File

@ -461,7 +461,7 @@ func (t *Test) exec(tc testCommand) error {
}
// Check query returns same result in range mode,
/// by checking against the middle step.
// by checking against the middle step.
q, err = t.queryEngine.NewRangeQuery(t.storage, cmd.expr, cmd.start.Add(-time.Minute), cmd.start.Add(time.Minute), time.Minute)
if err != nil {
return err