Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Mar 4, 2019
1 parent d29102d commit c0e8615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mongo/uri/srv_protocol_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@
let(:options) { "appname=srv_test" }

it 'sets the app name on the client' do
expect(client.options[:app_name]).to eq(:srv_test)
expect(client.options[:app_name]).to eq('srv_test')
end
end

Expand Down

0 comments on commit c0e8615

Please sign in to comment.