From 835d8294d47cf41d9dc7d2209d4aea755ea2f318 Mon Sep 17 00:00:00 2001 From: Cameron Dale Date: Sun, 9 Dec 2007 22:06:58 -0800 Subject: [PATCH] Fixed a bug in test that called hash instead of khash. --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 9cf621d..bd949fd 100644 --- a/test.py +++ b/test.py @@ -3,5 +3,5 @@ import unittest -tests = unittest.defaultTestLoader.loadTestsFromNames(['hash', 'node', 'knode', 'actions', 'ktable', 'test_krpc']) +tests = unittest.defaultTestLoader.loadTestsFromNames(['khash', 'node', 'knode', 'actions', 'ktable', 'test_krpc']) result = unittest.TextTestRunner().run(tests) -- 2.39.2