From 2b6cadbcd9cc7d6afd42441f807fa383e71cb713 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 6 Jul 2020 13:32:42 +0200 Subject: [PATCH] Fix unit tests from #18895 Signed-off-by: Morris Jobke --- apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php b/apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php index e6ba0f5ef02..8885637aee6 100644 --- a/apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php +++ b/apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php @@ -343,7 +343,7 @@ class BirthdayServiceTest extends TestCase { ->method('createCalendar') ->with('principal001', 'contact_birthdays', [ '{DAV:}displayname' => 'Contact birthdays', - '{http://apple.com/ns/ical/}calendar-color' => '#FFFFCA', + '{http://apple.com/ns/ical/}calendar-color' => '#E9D859', 'components' => 'VEVENT', ]); $this->service->ensureCalendarExists('principal001'); -- 2.39.5