diff options
| -rw-r--r-- | spec/lib/tom_tom/matrix_spec.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/spec/lib/tom_tom/matrix_spec.rb b/spec/lib/tom_tom/matrix_spec.rb index be63447d4..7000b56c8 100644 --- a/spec/lib/tom_tom/matrix_spec.rb +++ b/spec/lib/tom_tom/matrix_spec.rb @@ -150,7 +150,7 @@ RSpec.describe TomTom::Matrix do    end    describe "#check_for_error_response" do -    it "raises an RemoteError when an 'error' key is present in the response" do +    it "raises a RemoteError when an 'error' key is present in the response" do        response_body = {          'formatVersion' => '0.0.1',          'error' => { | 
