Clean up descriptions
diff --git a/buzz_gae_client_tests.py b/buzz_gae_client_tests.py
index c318d95..487f57f 100644
--- a/buzz_gae_client_tests.py
+++ b/buzz_gae_client_tests.py
@@ -53,7 +53,7 @@
       self.assertEquals(consumer_secret, usable_token['consumer_secret'])
       self.assertTrue(usable_token['access_token'] is not None)
 
-    def test_can_build_apiary_client_with_access_token(self):
+    def test_can_build_apiclient_with_access_token(self):
       client = buzz_gae_client.BuzzGaeClient()
       oauth_parameters = {}
       oauth_parameters['oauth_token'] = ''
@@ -71,4 +71,4 @@
       self.assertEquals(count, len(activities))
 
 if __name__ == '__main__':
-  unittest.main()
\ No newline at end of file
+  unittest.main()