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

Commit e639e39

Browse files
committed
lint
1 parent 6cc6122 commit e639e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/modules/ai_helper/semantic_categorizer_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
)
1212
end
1313
fab!(:muted_topic) { Fabricate(:topic, category: muted_category) }
14-
fab!(:category) { Fabricate(:category) }
14+
fab!(:category)
1515
fab!(:topic) { Fabricate(:topic, category: category) }
1616

1717
let(:truncation) { DiscourseAi::Embeddings::Strategies::Truncation.new }

0 commit comments

Comments
 (0)