Skip to content

Commit 5be7c54

Browse files
author
Rafael Marinho
committed
fix(cha-651): fix unit tests
1 parent 9bc6b43 commit 5be7c54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/client_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)