summaryrefslogtreecommitdiffstats
path: root/webapp/tests
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/tests')
-rw-r--r--webapp/tests/formatting_hashtags.test.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/tests/formatting_hashtags.test.jsx b/webapp/tests/formatting_hashtags.test.jsx
index 657dcf69d..cfda9aaa2 100644
--- a/webapp/tests/formatting_hashtags.test.jsx
+++ b/webapp/tests/formatting_hashtags.test.jsx
@@ -11,7 +11,7 @@ describe('TextFormatting.Hashtags', function() {
it('Not hashtags', function(done) {
assert.equal(
TextFormatting.formatText('# hashtag').trim(),
- '<h1 id="hashtag" class="markdown__heading">hashtag</h1>'
+ '<h1 class="markdown__heading">hashtag</h1>'
);
assert.equal(