oz123 11 éve
szülő
commit
0f6a1c2706
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      pwman/tests/db_tests.py

+ 1 - 1
pwman/tests/db_tests.py

@@ -315,7 +315,7 @@ class CLITests(unittest.TestCase):
         self.assertEqual(len(rows), 2)
 
     def test_get_ids(self):
-        #used by do_cp or do_open,
+        # used by do_cp or do_open,
         # this spits many time could not understand your input
         self.assertEqual([1], self.tester.cli.get_ids('1'))
         self.assertListEqual([1, 2, 3, 4, 5], self.tester.cli.get_ids('1-5'))