diff rhodecode/tests/models/test_permissions.py @ 4089:a5888ca796b5

Fixed spelling of get's to gets
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 16 Jul 2013 21:54:28 +0200
parents 5067d6e826a5
children ffd45b185016
line wrap: on
line diff
--- a/rhodecode/tests/models/test_permissions.py	Tue Jul 16 21:41:03 2013 +0200
+++ b/rhodecode/tests/models/test_permissions.py	Tue Jul 16 21:54:28 2013 +0200
@@ -89,7 +89,7 @@
         RepoModel().grant_user_permission(repo=HG_REPO, user=self.a1,
                                           perm=new_perm)
         Session().commit()
-        # cannot really downgrade admins permissions !? they still get's set as
+        # cannot really downgrade admins permissions !? they still gets set as
         # admin !
         u1_auth = AuthUser(user_id=self.a1.user_id)
         self.assertEqual(u1_auth.permissions['repositories'][HG_REPO],