summaryrefslogtreecommitdiffstats
path: root/webapp/tests/utils
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/tests/utils')
-rw-r--r--webapp/tests/utils/formatting_hashtags.test.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/tests/utils/formatting_hashtags.test.jsx b/webapp/tests/utils/formatting_hashtags.test.jsx
index cba7322ff..ee18a7769 100644
--- a/webapp/tests/utils/formatting_hashtags.test.jsx
+++ b/webapp/tests/utils/formatting_hashtags.test.jsx
@@ -184,8 +184,8 @@ describe('TextFormatting.Hashtags', function() {
);
assert.equal(
- TextFormatting.formatText('#:taco:').trim(),
- '<p>#<span alt=":taco:" class="emoticon" title=":taco:" style="background-image:url(/static/emoji/taco.png)"></span></p>'
+ TextFormatting.formatText('#:mattermost:').trim(),
+ '<p>#<span alt=":mattermost:" class="emoticon" title=":mattermost:" style="background-image:url(/static/emoji/mattermost.png)"></span></p>'
);
assert.equal(