Fix test description in hashtag_bar (#30827)

pull/31039/head
Adam Niedzielski 8 months ago committed by GitHub
parent aa88aca0ad
commit a609940ec9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -165,7 +165,7 @@ describe('computeHashtagBarForStatus', () => {
);
});
it('puts the hashtags in the bar if a status content has hashtags in the only line and has a media', () => {
it('does not put the hashtags in the bar if a status content has hashtags in the only line and has a media', () => {
const status = createStatus(
'<p>This is my content! <a href="test">#hashtag</a></p>',
['hashtag'],

Loading…
Cancel
Save