aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/skype/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/skype/test.py')
-rwxr-xr-xprotocols/skype/test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/skype/test.py b/protocols/skype/test.py
index 9f92f252..ab90c955 100755
--- a/protocols/skype/test.py
+++ b/protocols/skype/test.py
@@ -124,5 +124,8 @@ class Test(unittest.TestCase):
def testCtcpHelp(self):
self.mock("ctcp-help")
+ def testSetMoodText(self):
+ self.mock("set-mood-text")
+
if __name__ == '__main__':
unittest.main()