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 a01d8673..6646fd9f 100755 --- a/protocols/skype/test.py +++ b/protocols/skype/test.py @@ -115,6 +115,9 @@ class Test(unittest.TestCase): def testGroupchatMsg(self): self.mock("groupchat-msg") + def testGroupchatTopic(self): + self.mock("groupchat-topic") + def testCalledYes(self): self.mock("called-yes") |