From 04588f8bff4156dae76d8ef03d1bbd58fca9fdb7 Mon Sep 17 00:00:00 2001 From: Renato Araujo Oliveira Filho Date: Tue, 26 Apr 2016 21:43:03 -0300 Subject: Update notifications to use the new calendar icon. --- tests/test-notification.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-notification.cpp') diff --git a/tests/test-notification.cpp b/tests/test-notification.cpp index b951cee..d660982 100644 --- a/tests/test-notification.cpp +++ b/tests/test-notification.cpp @@ -63,7 +63,7 @@ TEST_F(NotificationFixture,Notification) bool expected_notify_called; bool expected_vibrate_called; } test_appts[] = { - { appt, "appointment", "Event", true, true }, + { appt, "calendar", "Event", true, true }, { ualarm, "alarm-clock", "Alarm", true, true } }; -- cgit v1.2.3