File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1215,7 +1215,7 @@ def loop_times(times)
12151215 expect ( reminder ) . to include ( 'channel_cid' )
12161216 end
12171217 end
1218- end
1218+ end
12191219 end
12201220
12211221 describe 'live locations' do
@@ -1242,7 +1242,7 @@ def loop_times(times)
12421242 }
12431243
12441244 response = @location_channel . send_message (
1245- {
1245+ {
12461246 text : 'Location sharing message' ,
12471247 shared_location : location
12481248 } , @location_test_user [ :id ]
@@ -1274,7 +1274,7 @@ def loop_times(times)
12741274 longitude = -74.0060
12751275 end_at = ( Time . now + 3600 ) . iso8601
12761276
1277- response = @location_channel . send_message (
1277+ @location_channel . send_message (
12781278 {
12791279 text : 'Location sharing message' ,
12801280 shared_location : {
You can’t perform that action at this time.
0 commit comments