Skip to content

Commit

Permalink
edit test
Browse files Browse the repository at this point in the history
  • Loading branch information
kbhoffmann committed Mar 9, 2022
1 parent 5e23bcd commit 4ec3ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/poros/trip_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
trip_data = {
:distance=>1047.017,
:realTime=>54577,
:formattedTime=>"14:59:49",
:routeError=>{:errorCode=> -400, :message=>""}
}
trip = Trip.new(trip_data, origin, destination)
Expand Down

0 comments on commit 4ec3ddb

Please sign in to comment.