Fix test description in hashtag_bar (#30827)

This commit is contained in:
Adam Niedzielski 2024-07-16 15:23:26 +02:00 committed by GitHub
parent aa88aca0ad
commit a609940ec9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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