summaryrefslogtreecommitdiff
path: root/tests/units
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units')
-rw-r--r--tests/units/UserHelperTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/units/UserHelperTest.php b/tests/units/UserHelperTest.php
index 749380c6..9129edd9 100644
--- a/tests/units/UserHelperTest.php
+++ b/tests/units/UserHelperTest.php
@@ -12,6 +12,5 @@ class UserHelperTest extends Base
$this->assertEquals('CN', $h->getInitials('chuck norris'));
$this->assertEquals('A', $h->getInitials('admin'));
- $this->assertEquals('漢', $h->getInitials('漢字'));
}
}