aboutsummaryrefslogtreecommitdiffstats
path: root/libbe
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-09-13 12:08:10 -0400
committerW. Trevor King <wking@tremily.us>2012-09-13 12:08:10 -0400
commitf727a1458954320781a311f6f9fe8b8a016b61e4 (patch)
treef80eac0cdee1194ad413cab0a1fa8ba9f31c8556 /libbe
parent60355f0b8657928b838d97be531dc34564705758 (diff)
downloadbugseverywhere-f727a1458954320781a311f6f9fe8b8a016b61e4.tar.gz
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
Diffstat (limited to 'libbe')
-rw-r--r--libbe/storage/vcs/base.py2
1 files changed, 1 insertions, 1 deletions
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()