diff options
author | Joas Schilling <coding@schilljs.com> | 2023-01-02 11:38:27 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-01-02 11:38:27 +0100 |
commit | f998fe0af399b7218a8e22c060dba0ea0349ae66 (patch) | |
tree | 4b15695e1e47b388bb69ba618d9aa3aa4f4c2993 /apps/user_status/tests | |
parent | e4e20bf40ad8ca139655b36a6efa2b1710ae50f0 (diff) | |
download | nextcloud-server-f998fe0af399b7218a8e22c060dba0ea0349ae66.tar.gz nextcloud-server-f998fe0af399b7218a8e22c060dba0ea0349ae66.zip |
Update the user status dashboard widget and fix the icon color
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/user_status/tests')
-rw-r--r-- | apps/user_status/tests/Unit/Dashboard/UserStatusWidgetTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/tests/Unit/Dashboard/UserStatusWidgetTest.php b/apps/user_status/tests/Unit/Dashboard/UserStatusWidgetTest.php index ab7252370ce..5481325510c 100644 --- a/apps/user_status/tests/Unit/Dashboard/UserStatusWidgetTest.php +++ b/apps/user_status/tests/Unit/Dashboard/UserStatusWidgetTest.php @@ -95,7 +95,7 @@ class UserStatusWidgetTest extends TestCase { } public function testGetIconClass(): void { - $this->assertEquals('icon-user-status', $this->widget->getIconClass()); + $this->assertEquals('icon-user-status-dark', $this->widget->getIconClass()); } public function testGetUrl(): void { |