diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-10-20 14:49:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 14:49:20 +0200 |
commit | 8676882bcba0fa149dc8cd5fa87dbcd95eb67264 (patch) | |
tree | 1b3948b33fb48efec26d25ab4542af3f3e76a913 | |
parent | 3d2024faf94720125855db980d8bbebb658902d1 (diff) | |
parent | a7c4369941cc4401ec4bb148b37fda6c13016491 (diff) | |
download | nextcloud-server-8676882bcba0fa149dc8cd5fa87dbcd95eb67264.tar.gz nextcloud-server-8676882bcba0fa149dc8cd5fa87dbcd95eb67264.zip |
Merge pull request #23581 from nextcloud/fix/theming-tests
Fix theming manifest tests
-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', |