Skip to content

Commit 6dbcdce

Browse files
committed
Rubocop
1 parent a9c605a commit 6dbcdce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/openai/client/vector_store_file_batches_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
raise unless e.response[:status] == 500
3535

3636
# Wait for the file batch to be processed.
37-
sleep 0.5 && retry
37+
sleep 0.5
38+
retry
3839
end
3940

4041
before { file_batch_id }

0 commit comments

Comments
 (0)