Improve WindowFucnctionTest

Signed-off-by: davidarendsen <davidarendsen@hey.com>
This commit is contained in:
davidarendsen 2022-09-01 12:57:36 +00:00
commit ff3c757543
3 changed files with 10 additions and 10 deletions

View file

@ -21,12 +21,12 @@ final class WindowFunctionTest extends TestCase
public function testAllParameters()
{
$expression = new Window('20s', [
'period' => 'every',
'period' => 'every',
'offset' => '0s',
'location' => 'location',
'timeColumn' => '_time',
'startColumn' => '_start',
'stopColumn' => '_stop',
'location' => 'location',
'timeColumn' => '_time',
'startColumn' => '_start',
'stopColumn' => '_stop',
'createEmpty' => true
]);