Skip to content

Commit 437d303

Browse files
committed
Correct the tests
1 parent 4b383e1 commit 437d303

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/client_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,7 @@ def loop_times(times)
950950
it 'config test' do
951951
newchannel = @client.channel('messaging', channel_id: 'fellowship-of-the-throne',
952952
data: { members: @fellowship_of_the_ring.map { |fellow| fellow[:id] } })
953+
newchannel.create('legolas')
953954
# Create moderation config
954955
moderation_config = {
955956
key: "chat:messaging:#{newchannel.id}",

0 commit comments

Comments
 (0)