We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6746fc1 commit 72cb8d1Copy full SHA for 72cb8d1
spec/services/discourse_ai/translator_spec.rb
@@ -58,7 +58,7 @@
58
end
59
60
61
- it "returns the nothing if the translation tag is not present" do
+ it "returns an empty string if the translation tag is not present" do
62
DiscourseAi::Completions::Llm.with_prepared_responses(["raw response."]) do
63
expect(described_class.new(text_to_translate, target_language).translate).to eq ""
64
0 commit comments