Skip to content

Commit af91a99

Browse files
committed
test change - 3
1 parent 4472b8d commit af91a99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/client_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ def loop_times(times)
3535
@channel = @client.channel('team', channel_id: 'fellowship-of-the-ring',
3636
data: { members: @fellowship_of_the_ring.map { |fellow| fellow[:id] } })
3737
@channel.create('gandalf')
38+
response = @client.delete_channels(['fellowship-of-the-throne'], hard_delete: true)
39+
puts response
3840
end
3941

4042
before(:each) do

0 commit comments

Comments
 (0)