From: W. Trevor King Date: Thu, 13 Sep 2012 16:08:10 +0000 (-0400) Subject: storage:vcs:base: fix _gets_ -> _get_ typo in test_gets_existing_user_id. X-Git-Tag: 1.1.0~80 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f727a1458954320781a311f6f9fe8b8a016b61e4;p=be.git storage:vcs:base: fix _gets_ -> _get_ typo in test_gets_existing_user_id. VCS_get_user_id_TestCase.test_gets_existing_user_id is now VCS_get_user_id_TestCase.test_get_existing_user_id --- diff --git a/libbe/storage/vcs/base.py b/libbe/storage/vcs/base.py index 0f36d2b..098b2d0 100644 --- a/libbe/storage/vcs/base.py +++ b/libbe/storage/vcs/base.py @@ -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()