Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyboy committed Apr 20, 2018
1 parent 705f143 commit 0b33cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/acceptance/rest/client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -970,10 +970,10 @@ def encode64(text)
rescue Ably::Exceptions::ConnectionTimeout => err
expect(err.request_id).to_not eql(nil)
end
end
end
end

context 'without request_id' do
context 'without request_id' do
let(:client_options) { default_options.merge(key: api_key, http_request_timeout: 0) }
it 'does not include request_id in ConnectionTimeout error' do
begin
Expand Down

0 comments on commit 0b33cdd

Please sign in to comment.