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 4472b8d commit af91a99Copy full SHA for af91a99
spec/client_spec.rb
@@ -35,6 +35,8 @@ 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(['fellowship-of-the-throne'], hard_delete: true)
39
+ puts response
40
end
41
42
before(:each) do
0 commit comments