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 6e5a576 commit 21d8acaCopy full SHA for 21d8aca
spec/client_spec.rb
@@ -795,7 +795,7 @@ def loop_times(times)
795
@channel.create_draft(draft1, @random_user[:id])
796
797
# Create another channel with a draft
798
- channel2 = @client.channel('messaging', data: {'members' => @random_users.map { |u| u[:id] } })
+ channel2 = @client.channel('messaging', data: { 'members' => @random_users.map { |u| u[:id] } })
799
channel2.create(@random_user[:id])
800
801
draft2 = { 'text' => 'Draft in channel 2' }
0 commit comments