mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 16:01:02 +08:00
group is now default watched
This commit is contained in:
parent
a9b953ac5a
commit
47b99e0922
|
@ -66,7 +66,7 @@ describe PostAction do
|
|||
expect(topic_user_ids).to include(mod.id)
|
||||
|
||||
expect(topic.topic_users.where(user_id: mod.id)
|
||||
.pluck(:notification_level).first).to eq(TopicUser.notification_levels[:tracking])
|
||||
.pluck(:notification_level).first).to eq(TopicUser.notification_levels[:watching])
|
||||
|
||||
expect(topic.topic_users.where(user_id: codinghorror.id)
|
||||
.pluck(:notification_level).first).to eq(TopicUser.notification_levels[:watching])
|
||||
|
|
Loading…
Reference in New Issue
Block a user