diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2020-10-20 11:03:24 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2020-10-20 11:03:24 +0200 |
commit | a7c4369941cc4401ec4bb148b37fda6c13016491 (patch) | |
tree | a133b145c0651abf3e9935aa2b4ec52c93a0dced /apps/theming | |
parent | 851e8c0ded27a6cf8d18f6cf42f2473a6fe2aa8c (diff) | |
download | nextcloud-server-a7c4369941cc4401ec4bb148b37fda6c13016491.tar.gz nextcloud-server-a7c4369941cc4401ec4bb148b37fda6c13016491.zip |
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.php | 2 |
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', |