Skip to content

Commit fdf1b86

Browse files
committed
Rubocop
1 parent a3ddabf commit fdf1b86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/openai/client/audio_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
OpenAI::Client.new.translate(
3737
parameters: {
3838
model: model,
39-
file: File.open(audio, 'r:iso-8859-1')
39+
file: File.open(audio, "r:iso-8859-1")
4040
}
4141
)
4242
end
@@ -47,7 +47,6 @@
4747
let(:model) { "whisper-1" }
4848

4949
it "succeeds" do
50-
5150
VCR.use_cassette(cassette) do
5251
expect(content.empty?).to eq(false)
5352
end

0 commit comments

Comments
 (0)