diff options
Diffstat (limited to 'tests.py')
-rwxr-xr-x | tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ class FunctionsTestCase(TestCase): self.stickes = '/Applications/Stickies.app' def test_notification(self): - mh.display_notification('blaaa') + mh.display_notification('blaaa "lalala"') def test_add_login_item(self): mh.add_login_item(self.stickes) |