From: Morris Jobke Date: Mon, 6 Jul 2020 11:32:42 +0000 (+0200) Subject: Fix unit tests from #18895 X-Git-Tag: v20.0.0beta1~307^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F21704%2Fhead;p=nextcloud-server.git Fix unit tests from #18895 Signed-off-by: Morris Jobke --- 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');