Skip to content

Commit 58a917f

Browse files
committed
Rubocop
1 parent c584ba3 commit 58a917f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/openai/client/images_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140

141141
it "converts array of images to image[] parameter" do
142142
VCR.use_cassette("images edit multiple") do
143-
expect(response.dig("data",0, "b64_json")).to be_a(String)
143+
expect(response.dig("data", 0, "b64_json")).to be_a(String)
144144
end
145145
end
146146
end

0 commit comments

Comments
 (0)