Skip to content

Commit 4617dda

Browse files
Fix server spec
1 parent 5169802 commit 4617dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/server_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
describe 'Server' do
77
let(:client) { authorized_client }
88

9-
let(:context) { Mongo::Operation::Context.new }
9+
let(:context) { Mongo::Operation::Context.new(client: client) }
1010
let(:server) { client.cluster.next_primary }
1111

1212
let(:collection) { client['collection'] }

0 commit comments

Comments
 (0)