diff options
Diffstat (limited to 'protocols/skype/test.py')
-rwxr-xr-x | protocols/skype/test.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/skype/test.py b/protocols/skype/test.py index 274c1939..2c60264f 100755 --- a/protocols/skype/test.py +++ b/protocols/skype/test.py @@ -86,6 +86,9 @@ class Test(unittest.TestCase): def testGroupchatInvite(self): self.mock("groupchat-invite") + + def testCalledYes(self): + self.mock("called-yes") if __name__ == '__main__': unittest.main() |