aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/tests/lib/UtilTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/tests/lib/UtilTest.php')
-rw-r--r--apps/theming/tests/lib/UtilTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/tests/lib/UtilTest.php b/apps/theming/tests/lib/UtilTest.php
index 6451b65d027..fd3a963d5c0 100644
--- a/apps/theming/tests/lib/UtilTest.php
+++ b/apps/theming/tests/lib/UtilTest.php
@@ -73,6 +73,6 @@ class UtilTest extends TestCase {
public function testElementColorOnBrightBackground() {
$elementColor = Util::elementColor('#ffffff');
- $this->assertEquals('#969696', $elementColor);
+ $this->assertEquals('#555555', $elementColor);
}
}