Skip to content

Commit

Permalink
Small style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mochi-co committed Feb 22, 2023
1 parent 0851b09 commit a909d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ func TestPublishToClientExceedClientWritesPending(t *testing.T) {
s.Clients.Add(cl)

for i := int32(0); i < cl.ops.capabilities.MaximumClientWritesPending; i++ {
cl.State.outbound <- &packets.Packet{}
cl.State.outbound <- new(packets.Packet)
atomic.AddInt32(&cl.State.outboundQty, 1)
}

Expand Down

0 comments on commit a909d30

Please sign in to comment.