Bläddra i källkod

correct comments

oz123 11 år sedan
förälder
incheckning
7cb72e8176
1 ändrade filer med 2 tillägg och 1 borttagningar
  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)
+