mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix the testflows tests for window function
This commit is contained in:
parent
5edd9e0513
commit
75ce065626
@ -17,7 +17,7 @@ def feature(self, distributed, node="clickhouse1"):
|
||||
self.context.distributed = distributed
|
||||
self.context.node = self.context.cluster.node(node)
|
||||
|
||||
with And("employee salary table"):
|
||||
with Given("employee salary table"):
|
||||
empsalary_table(distributed=distributed)
|
||||
|
||||
with And("tenk1 table"):
|
||||
|
Loading…
Reference in New Issue
Block a user