Skip to content

Commit 04028f4

Browse files
committed
Fix spec initialize
1 parent 2ff1ba3 commit 04028f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/cohere/client_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require "spec_helper"
44

55
RSpec.describe Cohere::Client do
6-
let(:instance) { described_class.new(api_key: "123") }
6+
let(:instance) { described_class.new("123") }
77

88
describe "#generate" do
99
let(:generate_result) { JSON.parse(File.read("spec/fixtures/generate_result.json")) }

0 commit comments

Comments
 (0)