Skip to content

Commit

Permalink
Fix a typo in chat_test.go (#491)
Browse files Browse the repository at this point in the history
Fix typo in chat_test.go

Co-authored-by: Mathias Fredriksson <[email protected]>
  • Loading branch information
henrybear327 and mafredri authored Nov 7, 2024
1 parent cef8e11 commit 02080e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/examples/chat/chat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func Test_chatServer(t *testing.T) {
// 10 clients are started that send 128 different
// messages of max 128 bytes concurrently.
//
// The test verifies that every message is seen by ever client
// The test verifies that every message is seen by every client
// and no errors occur anywhere.
t.Run("concurrency", func(t *testing.T) {
t.Parallel()
Expand Down

0 comments on commit 02080e9

Please sign in to comment.