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:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-10-20 12:03:24 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-10-20 12:03:24 +0300
commita7c4369941cc4401ec4bb148b37fda6c13016491 (patch)
treea133b145c0651abf3e9935aa2b4ec52c93a0dced /apps/theming
parent851e8c0ded27a6cf8d18f6cf42f2473a6fe2aa8c (diff)
Fix theming manifest tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/theming')
-rw-r--r--apps/theming/tests/Controller/ThemingControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/tests/Controller/ThemingControllerTest.php b/apps/theming/tests/Controller/ThemingControllerTest.php
index 18d2d0d4984..7a43015da5f 100644
--- a/apps/theming/tests/Controller/ThemingControllerTest.php
+++ b/apps/theming/tests/Controller/ThemingControllerTest.php
@@ -817,7 +817,7 @@ class ThemingControllerTest extends TestCase {
[
'src' => 'touchicon?v=0',
'type' => 'image/png',
- 'sizes' => '128x128'
+ 'sizes' => '512x512'
],
[
'src' => 'favicon?v=0',