Fix AggregateWindowTest
Signed-off-by: David Arendsen <darendsen@gamepoint.com>
This commit is contained in:
parent
348bc02fda
commit
cd938243fc
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ final class AggregateWindowFunctionTest extends TestCase
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
$query = '|> aggregateWindow(every: 20s, period: every, offset: 0s, fn: (r) => r._field == "test",
|
$query = '|> aggregateWindow(every: 20s, period: every, offset: 0s, fn: (r) => r._field == "test", ' .
|
||||||
location: "location", ' . 'column: "_value", timeSrc: "_stop", timeDst: "_time", createEmpty: false) ';
|
'location: "location", ' . 'column: "_value", timeSrc: "_stop", timeDst: "_time", createEmpty: false) ';
|
||||||
|
|
||||||
$this->assertEquals($query, $expression->__toString());
|
$this->assertEquals($query, $expression->__toString());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue