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 6646fd9f..233c41c8 100755 --- a/protocols/skype/test.py +++ b/protocols/skype/test.py @@ -130,6 +130,9 @@ class Test(unittest.TestCase): def testGroupRead(self): self.mock("group-read") + def testGroupAdd(self): + self.mock("group-add") + def testCtcpHelp(self): self.mock("ctcp-help") |