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 b499b9c commit 48be5a2Copy full SHA for 48be5a2
spec/client_spec.rb
@@ -382,6 +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
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