Fix test description in hashtag_bar

pull/30827/head
Adam Niedzielski 2024-06-25 13:10:46 +02:00
parent 61722b1b1f
commit b9a886b6dc
No known key found for this signature in database
GPG Key ID: D97FC2C798BAC058
1 changed files with 1 additions and 1 deletions

View File

@ -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'],