From eaacc59d2ec29e7d25271c1a26cd09527c7ac965 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 d4ac1880..f35a2138 100644
--- a/python/tools/dht/tests.py
+++ b/python/tools/dht/tests.py
@@ -242,7 +242,7 @@ class PhtTest(FeatureTest):
     def run(self):
         try:
             if self._test == 'insert':
-                self._massIndexTest()
+                self._insertTest()
         except Exception as e:
             print(e)
         finally:
-- 
GitLab