Skip to content

Commit

Permalink
Use consistent comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Sep 20, 2024
1 parent aafb802 commit 7e9f6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/listeners_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func TestMultiPacketListener_SequentialReads(t *testing.T) {
n1, _, err := conn.ReadFrom(received1)
require.NoError(t, err)

// Send and receive a second larger datagram.
// Send and receive a second larger packet.
data2 := []byte("a longer message than the first one")
_, err = udpConn.Write(data2)
require.NoError(t, err)
Expand Down

0 comments on commit 7e9f6f4

Please sign in to comment.