storage:vcs:base: fix _gets_ -> _get_ typo in test_gets_existing_user_id.
authorW. Trevor King <wking@tremily.us>
Thu, 13 Sep 2012 16:08:10 +0000 (12:08 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 13 Sep 2012 16:08:10 +0000 (12:08 -0400)
VCS_get_user_id_TestCase.test_gets_existing_user_id is now
VCS_get_user_id_TestCase.test_get_existing_user_id

libbe/storage/vcs/base.py

index 0f36d2b14f29c27189e8a48a83a5802ec9c7abf8..098b2d016d4033f9716aa9897a04cd52decddb93 100644 (file)
@@ -1169,7 +1169,7 @@ if libbe.TESTING == True:
     class VCS_get_user_id_TestCase(VCSTestCase):
         """Test cases for VCS.get_user_id method."""
 
-        def test_gets_existing_user_id(self):
+        def test_get_existing_user_id(self):
             """Should get the existing user ID."""
             if self.s.installed():
                 user_id = self.s.get_user_id()