fix the testflows tests for window function

This commit is contained in:
Alexander Kuzmenkov 2021-08-05 21:35:36 +03:00 committed by GitHub
parent 5edd9e0513
commit 75ce065626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"):