Skip to content

Commit bc1cb78

Browse files
committed
update the tests
1 parent 2a93928 commit bc1cb78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/client_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ 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(['messaging:fellowship-of-the-throne'], hard_delete: true)
39-
puts response
4038
end
4139

4240
before(:each) do

0 commit comments

Comments
 (0)