Skip to content

Commit b5c112c

Browse files
simonx1alexrudall
authored andcommitted
Rubocop fix
1 parent d962621 commit b5c112c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/openai/client/batches_spec.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
let(:cassette) { "batches create" }
4141
let(:response) do
4242
OpenAI::Client.new.batches.create(parameters: {
43-
input_file_id: "file-7Z7mpvlObMQXQH2f2VbnhUqT",
44-
endpoint: "/v1/chat/completions",
45-
completion_window: "24h"
46-
})
43+
input_file_id: "file-7Z7mpvlObMQXQH2f2VbnhUqT",
44+
endpoint: "/v1/chat/completions",
45+
completion_window: "24h"
46+
})
4747
end
4848

4949
it "succeeds" do

0 commit comments

Comments
 (0)