aboutsummaryrefslogtreecommitdiffstats
path: root/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests.py')
-rwxr-xr-xtests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.py b/tests.py
index 493fc0f..6e9b28e 100755
--- a/tests.py
+++ b/tests.py
@@ -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)