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

Commit 990a17a

Browse files
committed
tests
1 parent 170c657 commit 990a17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/personas/persona_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def system_prompt
3939
end
4040

4141
let(:resource_url) { "https://path-to-resource" }
42-
let(:inferred_concepts) { %w[bulbassaur charmander squirtle] }
42+
let(:inferred_concepts) { %w[bulbassaur charmander squirtle].join(", ") }
4343

4444
let(:context) do
4545
DiscourseAi::Personas::BotContext.new(

0 commit comments

Comments
 (0)