Skip to content

Commit 21d8aca

Browse files
rubocop corrections
1 parent 6e5a576 commit 21d8aca

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
@@ -795,7 +795,7 @@ def loop_times(times)
795795
@channel.create_draft(draft1, @random_user[:id])
796796

797797
# Create another channel with a draft
798-
channel2 = @client.channel('messaging', data: {'members' => @random_users.map { |u| u[:id] } })
798+
channel2 = @client.channel('messaging', data: { 'members' => @random_users.map { |u| u[:id] } })
799799
channel2.create(@random_user[:id])
800800

801801
draft2 = { 'text' => 'Draft in channel 2' }

0 commit comments

Comments
 (0)