Skip to content
Snippets Groups Projects
Commit 727fd4e9 authored by Simon Désaulniers's avatar Simon Désaulniers Committed by Adrien Béraud
Browse files

fix typo in tests

parent 5a5f7012
No related branches found
No related tags found
No related merge requests found
...@@ -273,7 +273,7 @@ class PhtTest(FeatureTest): ...@@ -273,7 +273,7 @@ class PhtTest(FeatureTest):
def run(self): def run(self):
try: try:
if self._test == 'insert': if self._test == 'insert':
self._massIndexTest() self._insertTest()
except Exception as e: except Exception as e:
print(e) print(e)
finally: finally:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment