Skip to content

Commit af6b9f1

Browse files
author
Rafael Marinho
committed
lint
1 parent 8c73c49 commit af6b9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/client_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ def loop_times(times)
10641064
message_id: response['message']['id'],
10651065
latitude: new_latitude,
10661066
longitude: location[:longitude],
1067-
end_at: location[:end_at],
1067+
end_at: location[:end_at]
10681068
)
10691069

10701070
expect(response['created_by_device_id']).to eq(location[:created_by_device_id])

0 commit comments

Comments
 (0)