tests - fix get_timeline_size signature

This commit is contained in:
Patrick Insinger
2021-10-07 15:38:22 -07:00
parent 960c7d69a8
commit b3b8f18f61

View File

@@ -151,7 +151,7 @@ class ZenithBenchmarker:
re.MULTILINE)
return int(round(float(matches.group(1))))
def get_timeline_size(repo_dir: str, tenantid: str, timelineid: str):
def get_timeline_size(self, repo_dir: str, tenantid: str, timelineid: str):
"""
Calculate the on-disk size of a timeline
"""