Skip to content

Commit 7ab50d6

Browse files
committed
Make edits_spec more robust
1 parent 38cde4d commit 7ab50d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ruby/openai/client/edits_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
RSpec.describe OpenAI::Client do
22
describe "#edits", :vcr do
33
let(:input) { "There are 7 days in a wek, and between 28 and 31 in a month." }
4-
let(:instruction) { "Fix the spelling mistakes" }
4+
let(:instruction) { "Fix the misspelled word 'week'" }
55
let(:cassette) { "edits #{model} #{input}".downcase }
66
let(:response) do
77
OpenAI::Client.new.edits(

0 commit comments

Comments
 (0)