Skip to content

Commit 319abf1

Browse files
chore: fixed failing specs
1 parent ce5bd49 commit 319abf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/channel_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ def loop_times(times)
185185
end
186186

187187
it 'can mark messages as read' do
188+
@channel.add_members([@random_user[:id]])
188189
response = @channel.mark_read(@random_user[:id])
189190
expect(response).to include 'event'
190191
expect(response['event']['type']).to eq 'message.read'

0 commit comments

Comments
 (0)