From 4dc96dd165968ec603a19e4d40e253a409d6a1c4 Mon Sep 17 00:00:00 2001 From: John Molakvoæ Date: Tue, 26 Apr 2022 08:37:49 +0200 Subject: Fix mix factor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- apps/theming/tests/Themes/DefaultThemeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/theming/tests') diff --git a/apps/theming/tests/Themes/DefaultThemeTest.php b/apps/theming/tests/Themes/DefaultThemeTest.php index 486e7c7a1e5..b9302bb4c95 100644 --- a/apps/theming/tests/Themes/DefaultThemeTest.php +++ b/apps/theming/tests/Themes/DefaultThemeTest.php @@ -127,7 +127,7 @@ class DefaultThemeTest extends TestCase { $variables .= " $variable: $value;" . PHP_EOL; }; - $css = ":root { " . PHP_EOL . "$variables}" . PHP_EOL; + $css = ":root {" . PHP_EOL . "$variables}" . PHP_EOL; $fallbackCss = file_get_contents(__DIR__ . '/../../css/default.css'); $this->assertEquals($css, $fallbackCss); -- cgit v1.2.3