DEV: Update rubocop-discourse (#30552)

…and autofix the issues
This commit is contained in:
Jarek Radosz
2025-01-04 13:48:21 +01:00
committed by GitHub
parent e2129dc07c
commit a4c2653db8
12 changed files with 14 additions and 14 deletions

View File

@ -78,7 +78,7 @@ describe ChatSDK::Channel do
end
describe ".stop_reply" do
fab!(:user) { Fabricate(:user) }
fab!(:user)
fab!(:channel_1) { Fabricate(:chat_channel, threading_enabled: true) }
fab!(:thread_1) { Fabricate(:chat_thread, channel: channel_1) }
fab!(:client_id) do