Skip to content

Commit 68175bb

Browse files
committed
Correct the tests
1 parent 437d303 commit 68175bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/client_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +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')
953+
newchannel.create('tav')
954954
# Create moderation config
955955
moderation_config = {
956956
key: "chat:messaging:#{newchannel.id}",

0 commit comments

Comments
 (0)