Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 6e6b9fa

Browse files
committed
fix tests, rename setting 4
1 parent 186168d commit 6e6b9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/modules/summarization/entry_point_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
describe "#on topic_hot_scores_updated" do
158158
it "queues a job to generate gists" do
159159
expect { DiscourseEvent.trigger(:topic_hot_scores_updated) }.to change(
160-
Jobs::HotTopicsGistBatch.jobs,
160+
Jobs::FastTrackTopicGist.jobs,
161161
:size,
162162
).by(1)
163163
end

0 commit comments

Comments
 (0)