Automatic style fix

This commit is contained in:
robot-clickhouse 2024-06-21 20:44:53 +00:00
parent 7e0ed1b02c
commit 750c902671

View File

@ -73,4 +73,4 @@ def test_memory_usage_doesnt_include_page_cache_size(started_cluster):
WHERE logger_name = 'CgroupsMemoryUsageObserver' AND message LIKE 'Read current memory usage%bytes%'
"""
).strip()
assert int(max_mem_usage_from_cgroup) < 2 * 2 ** 30
assert int(max_mem_usage_from_cgroup) < 2 * 2**30