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

fix typo in tests

parent d3e4407f
No related branches found
No related tags found
No related merge requests found
...@@ -242,7 +242,7 @@ class PhtTest(FeatureTest): ...@@ -242,7 +242,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