mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Don't refer to pending review items as flags
They could be queued posts or users, and the notice should reflect that properly.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
require 'rails_helper'
|
||||
|
||||
describe Jobs::PendingFlagsReminder do
|
||||
describe Jobs::PendingReviewablesReminder do
|
||||
let(:job) { described_class.new }
|
||||
|
||||
def create_flag(created_at)
|
||||
Reference in New Issue
Block a user