Skip to content

Commit 7d9434e

Browse files
chore: linting fixes
1 parent 68869f1 commit 7d9434e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spec/client_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ def loop_times(times)
3232
{ id: 'legolas', name: 'Legolas', race: 'Elf', age: 500 }
3333
]
3434
@client.upsert_users(@fellowship_of_the_ring)
35-
35+
3636
# Create a new channel for chat max length for channel_id is 64 characters
3737
channel_id = 'fellowship-of-the-ring-chat-' + SecureRandom.alphanumeric(20)
38-
38+
3939
@channel = @client.channel('team', channel_id: channel_id,
4040
data: { members: @fellowship_of_the_ring.map { |fellow| fellow[:id] } })
4141
@channel.create('gandalf')
@@ -1120,7 +1120,7 @@ def loop_times(times)
11201120
@client = StreamChat::Client.from_env
11211121
@channel_id = SecureRandom.uuid
11221122
@user_id = SecureRandom.uuid
1123-
1123+
11241124
@channel = @client.channel('messaging', channel_id: @channel_id)
11251125
@channel.create(@user_id)
11261126
@channel.update_partial({ config_overrides: { user_message_reminders: true } })

spec/moderation_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def loop_times(times)
3232
{ id: 'legolas', name: 'Legolas', race: 'Elf', age: 500 }
3333
]
3434
@client.upsert_users(@fellowship_of_the_ring)
35-
35+
3636
# Create a new channel for moderation
3737
channel_id = 'fellowship-of-the-ring-moderation-' + SecureRandom.alphanumeric(20)
3838

0 commit comments

Comments
 (0)