瀏覽代碼

correct comments

oz123 11 年之前
父節點
當前提交
7cb72e8176
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pwman/tests/db_tests.py

+ 2 - 1
pwman/tests/db_tests.py

@@ -141,7 +141,7 @@ class CLITests(unittest.TestCase):
             self.assertEqual(t.name.strip(), n)
 
     # creating all the components of the node does
-    # not yet add the node!
+    # the node is still not added !
 
     def test_add_new_entry(self):
         node = NewNode('alice', 'dough!', 'example.com',
@@ -158,3 +158,4 @@ class CLITests(unittest.TestCase):
         # the second was added just now.
         # This will pass only when running all the tests than ...
         self.assertEqual(len(rows), 2)
+