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 2a93928 commit bc1cb78Copy full SHA for bc1cb78
spec/client_spec.rb
@@ -35,8 +35,6 @@ def loop_times(times)
35
@channel = @client.channel('team', channel_id: 'fellowship-of-the-ring',
36
data: { members: @fellowship_of_the_ring.map { |fellow| fellow[:id] } })
37
@channel.create('gandalf')
38
- response = @client.delete_channels(['messaging:fellowship-of-the-throne'], hard_delete: true)
39
- puts response
40
end
41
42
before(:each) do
0 commit comments