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 35986af0..3c35a5c0 100755 --- a/protocols/skype/test.py +++ b/protocols/skype/test.py @@ -75,6 +75,9 @@ class Test(unittest.TestCase): def testCall(self): self.mock("call") + def testCallFailed(self): + self.mock("call-failed") + def testAddYes(self): self.mock("add-yes") |