diff options
Diffstat (limited to 'tests/test-eds-ics-tzids.cpp')
-rw-r--r-- | tests/test-eds-ics-tzids.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-eds-ics-tzids.cpp b/tests/test-eds-ics-tzids.cpp index c80feb2..11d44b7 100644 --- a/tests/test-eds-ics-tzids.cpp +++ b/tests/test-eds-ics-tzids.cpp @@ -24,6 +24,7 @@ #include <datetime/alarm-queue-simple.h> #include <datetime/clock-mock.h> #include <datetime/engine-eds.h> +#include <datetime/myself.h> #include <datetime/planner-range.h> #include <gtest/gtest.h> @@ -43,7 +44,7 @@ using VAlarmFixture = GlibFixture; TEST_F(VAlarmFixture, MultipleAppointments) { // start the EDS engine - auto engine = std::make_shared<EdsEngine>(); + auto engine = std::make_shared<EdsEngine>(std::make_shared<Myself>()); // we need a consistent timezone for the planner and our local DateTimes constexpr char const * zone_str {"Europe/Berlin"}; |