Skip to content

Commit

Permalink
Update ably/realtime_channel_integration_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: sachin shinde <[email protected]>
  • Loading branch information
AndyTWF and sacOO7 authored Feb 1, 2024
1 parent 6ae052c commit f0184ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ably/realtime_channel_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ func TestRealtimeChannel_ShouldSetProvidedReadLimit(t *testing.T) {
assert.Equal(t, int64(2048), client.Connection.ReadLimit())
}

func TestRealtimeChannel_SetsNoLimitIfServerNoLimits(t *testing.T) {
func TestRealtimeChannel_SetDefaultLimitIfNoServerLimit(t *testing.T) {
in := make(chan *ably.ProtocolMessage, 1)
out := make(chan *ably.ProtocolMessage, 16)

Expand Down

0 comments on commit f0184ad

Please sign in to comment.