Submitter | Siddharth Agarwal |
---|---|
Date | Sept. 25, 2015, 7 p.m. |
Message ID | <2f8bf83ce463c8434289.1443207635@dev6666.prn1.facebook.com> |
Download | mbox | patch |
Permalink | /patch/10639/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/tests/test-lock.py b/tests/test-lock.py --- a/tests/test-lock.py +++ b/tests/test-lock.py @@ -80,9 +80,9 @@ class teststate(object): def _toexists(self, exists): if exists: - return 'exists' + return 'exist' else: - return 'not exists' + return 'not exist' class testlock(unittest.TestCase): def testlock(self):