Update tests/mgbench/datasets.py

Co-authored-by: Jure Bajic <jure.bajic@memgraph.com>
This commit is contained in:
Jeremy B 2022-10-31 12:55:42 +01:00 committed by GitHub
parent c5ee6ffbc2
commit 2898120eeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,7 +348,7 @@ class AccessControl(Dataset):
return random_value
def __init__(self, variant=None):
Dataset.__init__(self, variant)
super().__init__(self, variant)
self.next_value_idx = Dataset.get_size(self)["vertices"] + 1
def benchmark__create__vertex(self):