aboutsummaryrefslogtreecommitdiff
path: root/tests/test-eds-ics-non-attending-alarms.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-eds-ics-non-attending-alarms.cpp')
-rw-r--r--tests/test-eds-ics-non-attending-alarms.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-eds-ics-non-attending-alarms.cpp b/tests/test-eds-ics-non-attending-alarms.cpp
index b636e6f..227ae7f 100644
--- a/tests/test-eds-ics-non-attending-alarms.cpp
+++ b/tests/test-eds-ics-non-attending-alarms.cpp
@@ -80,7 +80,7 @@ TEST_F(VAlarmFixture, NonAttendingEvent)
// the planner should match what we've got in the calendar.ics file
const auto appts = planner->appointments().get();
- ASSERT_EQ(0, appts.size());
+ ASSERT_EQ(2, appts.size());
// cleanup
g_time_zone_unref(gtz);