storage:vcs:base: fix _gets_ -> _get_ typo in test_gets_existing_user_id.
[be.git] / 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()