]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix unit tests from #18895 21702/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:33:44 +0000 (13:33 +0200)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php

index 9962cf4ca061af4cac799abe90370e6f2e2133c4..f6e563789e445d64dab6753e15dc8e7035476b20 100644 (file)
@@ -335,7 +335,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');