Dependency inject service ID, so that it can be stamped on friends and
[hermes] / package / test / unit / test_facebook.py
index 93255bb..b0e5f95 100644 (file)
@@ -22,7 +22,7 @@ class FakeContact():
 class TestFacebookService(unittest.TestCase):
     
     def setUp(self):
-        self.testee = Service(None)
+        self.testee = Service("facebook", None)
         
         
     def test_that_process_known_contact_returns_friend_object(self):