From 727fd4e98bbfc3890554b22174688bf40622bf07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20D=C3=A9saulniers?= <rostydela@gmail.com> Date: Tue, 19 Jan 2016 02:35:15 -0500 Subject: [PATCH] fix typo in tests --- python/tools/dht/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tools/dht/tests.py b/python/tools/dht/tests.py index f8e84fcb..9e46b8a4 100644 --- a/python/tools/dht/tests.py +++ b/python/tools/dht/tests.py @@ -273,7 +273,7 @@ class PhtTest(FeatureTest): def run(self): try: if self._test == 'insert': - self._massIndexTest() + self._insertTest() except Exception as e: print(e) finally: -- GitLab