diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-07-04 18:50:49 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-07-19 08:16:59 +0200 |
commit | 14bc9ffda4cdf42b047725b581d6a1129eb70a5b (patch) | |
tree | db66da19c289ccfcdb3d057403ec0ce3cec6a57a /apps/dav/tests/unit/CalDAV | |
parent | 59db5250f9b31aced92b88dcfe1024b8a6303d50 (diff) | |
download | nextcloud-server-14bc9ffda4cdf42b047725b581d6a1129eb70a5b.tar.gz nextcloud-server-14bc9ffda4cdf42b047725b581d6a1129eb70a5b.zip |
Fixed tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/dav/tests/unit/CalDAV')
-rw-r--r-- | apps/dav/tests/unit/CalDAV/Activity/Filter/CalendarTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/CalDAV/Activity/Filter/CalendarTest.php b/apps/dav/tests/unit/CalDAV/Activity/Filter/CalendarTest.php index 0fdd50b54c4..1c31508255a 100644 --- a/apps/dav/tests/unit/CalDAV/Activity/Filter/CalendarTest.php +++ b/apps/dav/tests/unit/CalDAV/Activity/Filter/CalendarTest.php @@ -55,7 +55,7 @@ class CalendarTest extends TestCase { public function testGetIcon() { $this->url->expects($this->once()) ->method('imagePath') - ->with('core', 'places/calendar-dark.svg') + ->with('core', 'places/calendar.svg') ->willReturn('path-to-icon'); $this->url->expects($this->once()) |