Skip to content

Commit 39173fc

Browse files
authored
fix test_clickbench.py (#10378)
1 parent 1985ffc commit 39173fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/tests/olap/load/test_clickbench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def do_setup_class(self):
1717
if getenv('NO_VERIFY_DATA', '0') == '1' or getenv('NO_VERIFY_DATA_CLICKBECNH', '0') == '1':
1818
return
1919

20-
self.check_tables_size(folder=None, tables={'clickbench/hits': 99997497})
20+
self.check_tables_size(self, folder=None, tables={'clickbench/hits': 99997497})
2121

2222
fail_count = 0
2323
for query_num in range(0, 43):

0 commit comments

Comments
 (0)