tests/test-lock.py
changeset 26381 94dc10834b79
parent 26321 db4c192cb9b3
child 26382 b673e89affc9
--- a/tests/test-lock.py	Sat Sep 26 21:43:13 2015 -0700
+++ b/tests/test-lock.py	Thu Sep 24 17:33:13 2015 -0700
@@ -80,9 +80,9 @@
 
     def _toexists(self, exists):
         if exists:
-            return 'exists'
+            return 'exist'
         else:
-            return 'not exists'
+            return 'not exist'
 
 class testlock(unittest.TestCase):
     def testlock(self):