Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-07-06 14:32:42 +0300
committerMorris Jobke <hey@morrisjobke.de>2020-07-06 14:34:02 +0300
commit2b72b5cea5ba7d9376d158ffafc91c98131505b1 (patch)
tree2d7b8813ffb9ab41fe2e222b2150dc0305e47754 /apps/dav/tests
parentda522dc3d50b58b19f89a3f409a62c4a959e1d4f (diff)
Fix unit tests from #18895
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/dav/tests')
-rw-r--r--apps/dav/tests/unit/CardDAV/BirthdayServiceTest.php2
1 files changed, 1 insertions, 1 deletions
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');