Skip to content

Commit 48be5a2

Browse files
committed
test change - 1
1 parent b499b9c commit 48be5a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/client_spec.rb

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

383383
it 'queries channels' do
384384
response = @client.query_channels({ 'members' => { '$in' => ['legolas'] } }, sort: { 'id' => 1 })
385+
puts response
385386
expect(response['channels'].length).to eq 1
386387
expect(response['channels'][0]['channel']['id']).to eq 'fellowship-of-the-ring'
387388
expect(response['channels'][0]['members'].length).to eq 4

0 commit comments

Comments
 (0)