Skip to content

Commit 72cb8d1

Browse files
committed
Gramma says Grammar is important
1 parent 6746fc1 commit 72cb8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/services/discourse_ai/translator_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
end
5959
end
6060

61-
it "returns the nothing if the translation tag is not present" do
61+
it "returns an empty string if the translation tag is not present" do
6262
DiscourseAi::Completions::Llm.with_prepared_responses(["raw response."]) do
6363
expect(described_class.new(text_to_translate, target_language).translate).to eq ""
6464
end

0 commit comments

Comments
 (0)