mirror of
https://github.com/discourse/discourse.git
synced 2025-03-28 14:47:56 +08:00
DEV: Fix tests (#25644)
Follow up to commit 1403217ca4bbc4daba91a188d1b2757ed56d0a2d.
This commit is contained in:
parent
beea8215d7
commit
11e322abbf
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user