]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix unit tests from #18895 21704/head
authorMorris Jobke <hey@morrisjobke.de>
Mon, 6 Jul 2020 11:32:42 +0000 (13:32 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Mon, 6 Jul 2020 11:32:42 +0000 (13:32 +0200)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php

index e6ba0f5ef02f13f0e227767248428d1949aa2c3e..8885637aee679976be3a79da995dd9b9d4672330 100644 (file)
@@ -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');