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 48be5a2 commit 4472b8dCopy full SHA for 4472b8d
spec/client_spec.rb
@@ -382,7 +382,7 @@ def loop_times(times)
382
383
it 'queries channels' do
384
response = @client.query_channels({ 'members' => { '$in' => ['legolas'] } }, sort: { 'id' => 1 })
385
- puts response
+ puts response['channels'][1]
386
expect(response['channels'].length).to eq 1
387
expect(response['channels'][0]['channel']['id']).to eq 'fellowship-of-the-ring'
388
expect(response['channels'][0]['members'].length).to eq 4
0 commit comments