summaryrefslogtreecommitdiff
path: root/tests/units/HelperTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/HelperTest.php')
-rw-r--r--tests/units/HelperTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/HelperTest.php b/tests/units/HelperTest.php
index 72f84a24..2ae75684 100644
--- a/tests/units/HelperTest.php
+++ b/tests/units/HelperTest.php
@@ -13,7 +13,7 @@ class HelperTest extends Base
$this->assertEquals('<p>Test</p>', $h->markdown('Test'));
$this->assertEquals(
- '<p>Task <a href="?controller=task&amp;action=show&amp;task_id=123" class="" title="" >#123</a></p>',
+ '<p>Task #123</p>',
$h->markdown('Task #123')
);