We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a685e commit 9bc6b43Copy full SHA for 9bc6b43
spec/client_spec.rb
@@ -1241,7 +1241,7 @@ def loop_times(times)
1241
end_at: (Time.now + 3600).iso8601
1242
}
1243
1244
- response = @channel.send_message(
+ response = @location_channel.send_message(
1245
{
1246
text: 'Location sharing message',
1247
shared_location: location
@@ -1298,7 +1298,7 @@ def loop_times(times)
1298
end
1299
1300
it 'should have active live locations on the channel' do
1301
- response = @channel.query
+ response = @location_channel.query
1302
expect(response).to include 'active_live_locations'
1303
expect(response['active_live_locations'].length).to be >= 1
1304
0 commit comments