summaryrefslogtreecommitdiff
path: root/tests/test-replace.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-replace.c')
-rw-r--r--tests/test-replace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-replace.c b/tests/test-replace.c
index ec8cbe5..819aeae 100644
--- a/tests/test-replace.c
+++ b/tests/test-replace.c
@@ -29,6 +29,7 @@ int main() {
notify_notification_update (n, "Second Summary",
"First mesage was replaced", NULL);
+ notify_notification_set_timeout (n, NOTIFY_EXPIRES_DEFAULT);
if (!notify_notification_show (n, &error)) {
fprintf(stderr, "failed to send notification: %s\n", error->message);