DEV: Fix tests (#25644)

Follow up to commit 1403217ca4bbc4daba91a188d1b2757ed56d0a2d.
This commit is contained in:
Bianca Nenciu 2024-02-12 14:29:23 +02:00 committed by GitHub
parent beea8215d7
commit 11e322abbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -147,6 +147,7 @@ RSpec.describe Chat::ChannelHashtagDataSource do
{
description: "Just weird stuff",
icon: "comment",
colors: [category.color],
id: channel1.id,
ref: nil,
relative_url: channel1.relative_url,
@ -157,6 +158,7 @@ RSpec.describe Chat::ChannelHashtagDataSource do
{
description: "A place for music lovers",
icon: "comment",
colors: [category.color],
id: channel3.id,
ref: nil,
relative_url: channel3.relative_url,