Skip to content

Commit 4b9b889

Browse files
committedAug 19, 2022
fix tests
1 parent c10a3d8 commit 4b9b889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spec/client_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326

327327
it "should not allow too many channels" do
328328
expect {
329-
@client.trigger((0..11).map{|i| 'mychannel#{i}'},
329+
@client.trigger((0..101).map{|i| 'mychannel#{i}'},
330330
'event', {'some' => 'data'}, {
331331
:socket_id => "12.34"
332332
})}.to raise_error(Pusher::Error)

0 commit comments

Comments
 (0)
Please sign in to comment.